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 1d5fa27 commit 9e69835Copy full SHA for 9e69835
.github/workflows/mockserver-test.yaml
@@ -21,11 +21,6 @@ jobs:
21
filters: |
22
src:
23
- 'mockserver/**'
24
- - uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
25
- if: steps.changes.outputs.src == 'true'
26
- with:
27
- nix_path: nixpkgs=channel:nixos-unstable
28
- name: Run tests
29
if: steps.changes.outputs.src == 'true'
30
- run: |
31
- nix develop -c go test ./mockserver/...
+ run: go test ./mockserver/...
0 commit comments