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 Dec 6, 2024
1 parent afbd53d commit c5e0341
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/action-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,15 @@ 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
# # This is illegal syntax
# uses: cypress-io/github-action
# with:
# working-directory: examples/basic

0 comments on commit c5e0341

Please sign in to comment.