forked from Fediversity/Fediversity
remove 'attic use' lines in favor of substituter
This commit is contained in:
parent
4495da07ba
commit
dabeae4695
2 changed files with 2 additions and 8 deletions
|
@ -12,7 +12,6 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo
|
|
||||||
|
|
||||||
- name: Set up SSH key for age secrets and SSH
|
- name: Set up SSH key for age secrets and SSH
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -19,7 +19,6 @@ jobs:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo
|
|
||||||
- run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
- run: nix-shell --run 'nix-unit ./deployment/data-model-test.nix'
|
||||||
|
|
||||||
check-mastodon:
|
check-mastodon:
|
||||||
|
@ -32,32 +31,28 @@ jobs:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo && nix build .#checks.x86_64-linux.test-peertube-service -L
|
- run: nix build .#checks.x86_64-linux.test-peertube-service -L
|
||||||
|
|
||||||
check-panel:
|
check-panel:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo
|
- run: nix-build panel -A tests
|
||||||
- run: nix-build -A tests.panel
|
|
||||||
|
|
||||||
check-deployment-basic:
|
check-deployment-basic:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo
|
|
||||||
- run: nix build .#checks.x86_64-linux.deployment-basic -L
|
- run: nix build .#checks.x86_64-linux.deployment-basic -L
|
||||||
|
|
||||||
check-deployment-cli:
|
check-deployment-cli:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo
|
|
||||||
- run: nix build .#checks.x86_64-linux.deployment-cli -L
|
- run: nix build .#checks.x86_64-linux.deployment-cli -L
|
||||||
|
|
||||||
check-deployment-panel:
|
check-deployment-panel:
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- run: attic login fediversity http://attic.fediversity.net:8080 && attic use demo
|
|
||||||
- run: nix build .#checks.x86_64-linux.deployment-panel -L
|
- run: nix build .#checks.x86_64-linux.deployment-panel -L
|
||||||
|
|
Loading…
Add table
Reference in a new issue