Skip to content

Commit

Permalink
Re-enable disabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adamyeats committed Mar 19, 2024
1 parent f366185 commit 8800959
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ jobs:
- name: Test backend
uses: magefile/mage-action@v3
with:
args: coverage
version: latest

- name: Build backend
uses: magefile/mage-action@v3
with:
version: latest
args: buildAll
version: latest

- uses: actions/upload-artifact@v4
with:
Expand All @@ -46,8 +47,8 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'yarn'
node-version: '20'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 8800959

Please sign in to comment.