Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nthurow committed Feb 9, 2024
1 parent e5b20a4 commit 7aa0fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
quality_checks:
uses: ./.github/workflows/quality-checks.yml
uses: ../workflows/quality-checks.yml

publish:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: ./.github/actions/setup
uses: ../actions/setup

- name: Run TypeScript Build
run: yarn build
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup
uses: ./.github/actions/setup
uses: ../actions/setup

- name: Run Unit Tests
run: yarn jest
Expand Down

0 comments on commit 7aa0fbb

Please sign in to comment.