Skip to content

Commit

Permalink
fix test template action
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed May 13, 2023
1 parent cf99353 commit 71f19bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
uses: ./.github/actions/require-empty-diff

- name: Run tests
working-directory: ./templates/${{ matrix.example }}
working-directory: ./templates/${{ matrix.template }}
run: pnpm run test

0 comments on commit 71f19bb

Please sign in to comment.