Skip to content

Commit

Permalink
fix: attempt five: update the test :)
Browse files Browse the repository at this point in the history
  • Loading branch information
datsfilipe committed Jan 9, 2025
1 parent 3b1acf1 commit 7d78eb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
extra_nix_config: |
experimental-features = nix-command flakes
- name: Prepare Test Environment
run: |
mkdir -p ./modules/nupkgs/devtunnel-cli
touch ./modules/nupkgs/home.nix
- name: Run Tests
env:
root_dir: ${{ github.workspace }}
Expand Down
1 change: 1 addition & 0 deletions lib/spec.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ in {
expected = [
../modules/nupkgs/devtunnel-cli
../modules/nupkgs/home.nix
../modules/nupkgs/zellij-switch
];
};

Expand Down

0 comments on commit 7d78eb6

Please sign in to comment.