Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
camillobruni committed May 29, 2024
1 parent 13cc928 commit 4d65c51
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ jobs:
with:
node-version: 18.13.0
- name: Install
run: |
npm install
run: npm install
- name: Run linters
run: |
npm run format
run: npm run format
- name: Check if anything changed
run: |
git_status="`LC_ALL=C git status --porcelain --ignore-submodules -unormal 2>&1`"
Expand All @@ -46,13 +44,14 @@ jobs:
steps:
- name: Checkout Branch
uses: actions/checkout@v3
- name: Setup firefox
run: brew install --cask firefox
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18.13.0
- name: Install
run: |
npm install
run: npm install
- name: Run tests
run: |
echo "Running in $BROWSER"
Expand Down

0 comments on commit 4d65c51

Please sign in to comment.