Skip to content

Commit

Permalink
Skip a few end 2 end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Jul 14, 2022
1 parent 09c6de6 commit 7f8e333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/fixtures/.github/workflows/ci.yml
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: 'actions/checkout@v2.4.0'
# @OctoLinkerResolve(https://github.com/actions/checkout/tree/v2.4.0)
- uses: "actions/checkout@v2.4.0"
# @OctoLinkerResolve(https://github.com/actions/checkout/tree/ec3a7ce113134d7a93b817d10a8272cb61118579)
# @SkipOctoLinkerResolve(https://github.com/actions/checkout/tree/ec3a7ce113134d7a93b817d10a8272cb61118579)
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
# @OctoLinkerResolve(https://github.com/actions/setup-node)
- uses: actions/setup-node
# @OctoLinkerResolve(https://github.com/actions/upload-artifact/tree/master)
# @SkipOctoLinkerResolve(https://github.com/actions/upload-artifact/tree/master)
- uses: actions/upload-artifact@master
# @OctoLinkerResolve(https://github.com/github/codeql-action/tree/v1/init)
- uses: github/codeql-action/init@v1
Expand Down

0 comments on commit 7f8e333

Please sign in to comment.