Skip to content

Commit e6939ed

Browse files
committed
chore: moving to self-hosted
1 parent 6be4197 commit e6939ed

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@ on: [push, pull_request]
44

55
jobs:
66
test-flake:
7-
runs-on: ubuntu-latest
7+
runs-on: self-hosted
88

99
steps:
1010
- name: Check out the repository
1111
uses: actions/checkout@v4
1212

13-
- name: Install Nix
14-
uses: DeterminateSystems/nix-installer-action@main
15-
16-
- name: Cache Nix store
17-
uses: DeterminateSystems/magic-nix-cache-action@main
18-
1913
- name: Check up flake configuration
2014
run: nix flake check --all-systems --show-trace
2115

0 commit comments

Comments
 (0)