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 e068096 commit d79780bCopy full SHA for d79780b
.github/workflows/tests.yml
@@ -118,17 +118,3 @@ jobs:
118
- name: Run Tests
119
run: |
120
./bashunit --parallel tests/
121
-
122
- nixos:
123
- name: "NixOS"
124
- runs-on: ubuntu-latest
125
- steps:
126
- - name: Checkout
127
- uses: actions/checkout@v4
128
- with:
129
- fetch-depth: 1
130
131
- - name: Run Tests
132
- run: |
133
- docker run --rm -v "$(pwd)":/project -w /project nixos/nix:latest \
134
- nix-shell -p bash --run "./bashunit --simple tests/"
0 commit comments