Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PauliusKu committed Jan 17, 2025
1 parent 1c14e49 commit 8d094b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
matrix:
os: [windows-latest]
runs-on: ${{ matrix.os }}

defaults:
run:
working-directory: ${{ github.workspace }}\resources\stabilityTests

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -37,4 +42,3 @@ jobs:
if: runner.os == 'Linux'
- run: npm run stability-test
if: runner.os != 'Linux'
working-directory: ${{ github.workspace }}\resources\stabilityTests

0 comments on commit 8d094b2

Please sign in to comment.