Skip to content

Commit

Permalink
Merge pull request #1005 from amvanbaren/test-smoketest
Browse files Browse the repository at this point in the history
Debug is_version
  • Loading branch information
amvanbaren authored Oct 2, 2024
2 parents cd29b73 + 0af7f4b commit 3ac471f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Check new server deployment is running
id: check_version
run: |
echo "status: ${{ steps.running_version.outputs.status }}"
echo "response version: ${{ fromJson(steps.running_version.outputs.response).version }}"
echo "read version: ${{ steps.read_version.outputs.version }}"
echo "is_version=${{ steps.running_version.outputs.status == 200 && fromJson(steps.running_version.outputs.response).version == steps.read_version.outputs.version }}" >> "$GITHUB_OUTPUT"
- name: Run Playwright tests
if: steps.check_version.outputs.is_version
Expand Down

0 comments on commit 3ac471f

Please sign in to comment.