We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e78598 commit 7c0949bCopy full SHA for 7c0949b
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- os: [ubuntu-latest, macos-latest]
+ os: [macos-latest]
12
steps:
13
- uses: actions/checkout@v3
14
- uses: cachix/install-nix-action@v27
@@ -20,7 +20,5 @@ jobs:
20
signingKey: ${{ secrets.CACHIX_SIGNING_KEY }}
21
- name: Build and install cached-nix-shell
22
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'"
+ - name: Setup tmate session
+ uses: mxschmitt/action-tmate@v3
0 commit comments