Skip to content

Commit 7c0949b

Browse files
committed
debug...
1 parent 7e78598 commit 7c0949b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: [ubuntu-latest, macos-latest]
11+
os: [macos-latest]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: cachix/install-nix-action@v27
@@ -20,7 +20,5 @@ jobs:
2020
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
2121
- name: Build and install cached-nix-shell
2222
run: nix-env -i -f default.nix
23-
- name: Test cached-nix-shell
24-
run: ./tests/run.sh
25-
- name: Test nix-trace
26-
run: nix-shell -p b3sum --run "nix-shell ./default.nix --run 'make -C ./nix-trace test'"
23+
- name: Setup tmate session
24+
uses: mxschmitt/action-tmate@v3

0 commit comments

Comments
 (0)