Skip to content

Commit

Permalink
add no-version call
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Jan 12, 2024
1 parent 00a15db commit 9ce6189
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/action-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,14 @@ jobs:
uses: cypress-io/github-action@master
with:
working-directory: examples/basic

action-no-version:
if: always()
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Cypress tests
uses: cypress-io/github-action
with:
working-directory: examples/basic

0 comments on commit 9ce6189

Please sign in to comment.