Skip to content

Commit d79780b

Browse files
committed
refactor: remove unnecesary nixos gh workflow
#452 (comment)
1 parent e068096 commit d79780b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,3 @@ jobs:
118118
- name: Run Tests
119119
run: |
120120
./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

Comments
 (0)