Skip to content

Commit

Permalink
Let’s try using the full path
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Brody committed Aug 13, 2024
1 parent 750bda8 commit 1fdd014
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/actions/e2e-test/action.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
needs: lint # don't want to waste e2e runs
steps:
- uses: actions/checkout@v4
- uses: ./actions/e2e-test
- uses: ./.github/actions/e2e-test

0 comments on commit 1fdd014

Please sign in to comment.