Skip to content

Commit

Permalink
Merge pull request #74 from sykefi/debug_github_ref
Browse files Browse the repository at this point in the history
Debug GitHub ref in ui-test-deploy-dev.yml
  • Loading branch information
mirkosillanp committed Nov 3, 2023
2 parents 900d15b + 739e68d commit e095275
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ui-test-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ env:
NODE_VERSION: '14.x'

jobs:
debug_github_ref:
name: Debug GitHub ref
runs-on: ubuntu-latest
steps:
- name: GitHub ref
run: |
echo "GITHUB_REF: $GITHUB_REF"
echo "github.ref: ${{ github.ref }}"
test:
name: Cypress tests (UI)
if: ${{ github.ref != 'refs/heads/dev' && github.ref != 'refs/heads/main' }}
Expand Down

0 comments on commit e095275

Please sign in to comment.