Skip to content

Commit

Permalink
hotfix: try and fix e2e tests gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 6, 2024
1 parent 54cd970 commit f7b43c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/e2e-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ runs:

- name: Run tests
run: |
cd tests/e2e/ && go test -v ./...
cd starship/tests/e2e/ && go test -v ./...
env:
TEST_CONFIG_FILE: ${{ inputs.config-file }}
shell: bash

0 comments on commit f7b43c8

Please sign in to comment.