Skip to content

Commit

Permalink
Debug is_version
Browse files Browse the repository at this point in the history
  • Loading branch information
amvanbaren committed Oct 2, 2024
1 parent fcb209d commit 0af7f4b
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 0af7f4b

Please sign in to comment.