Skip to content

Commit

Permalink
Github: fix configurator repo in config tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miklschmidt authored Jan 2, 2024
1 parent d6564ba commit 07b8507
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ConfiguratorTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: actions/checkout@v4
with:
path: 'ratos-configurator'
repository: Rat-OS/RatOS-configurator
ref: ${{ github.ref_name }}

- name: Setup Node.js environment
Expand Down Expand Up @@ -66,9 +67,9 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install all dependencies
working-directory: ./ratos-configurator/src
working-directory: ratos-configurator/src
run: pnpm install --frozen-lockfile

- name: Run configuration tests
working-directory: ./ratos-configurator/src
working-directory: ratos-configurator/src
run: pnpm run test:ci:config --outputFile=./report.json

0 comments on commit 07b8507

Please sign in to comment.