Skip to content

Commit

Permalink
chore: update tests GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
nsalamad committed Aug 1, 2023
1 parent c17a5a1 commit 465599a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
test:
name: Test
runs-on: windows-latest
runs-on: ubuntu-latest
env:
DISPLAY: ':99.0'
steps:
Expand All @@ -21,9 +21,12 @@ jobs:
with:
node-version: '16.x'
cache: 'yarn'

- name: Install dependencies
run: yarn --immutable && yarn install

- name: Lint Project
run: yarn lint

- name: Test Project
run: yarn test

0 comments on commit 465599a

Please sign in to comment.