Skip to content

Commit

Permalink
[workflow] fix release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shizunge committed Jul 1, 2023
1 parent 8bdf436 commit 86f78bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: Run tests
run: |
echo "Start running tests"
export GANTRY_TEST_CONTAINER_REPO_TAG="${{ github.repository }}:${{ steps.git.outputs.image_tag }}"
./tests/run_all_tests.sh "${{ github.repository }}" "ghcr.io" "${{ github.repository_owner }}" "${{ github.token }}"
echo "Done running tests"
- name: Extract tag string
Expand Down

0 comments on commit 86f78bb

Please sign in to comment.