Skip to content

Commit

Permalink
EGON-45: Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dymel committed Jan 16, 2024
1 parent 03f5a01 commit a51e0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup environment
uses: actions/setup_environment@main
uses: ./.github/actions/setup_environment@main
- name: Install latest updates
run: npm ci
- name: Save cache
Expand All @@ -26,7 +26,7 @@ jobs:
needs: dependencies
steps:
- name: Setup environment
uses: actions/setup_environment@main
uses: ./.github/actions/setup_environment@main
- name: Run tests
run: npm run test

Expand Down

0 comments on commit a51e0dd

Please sign in to comment.