Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brombal committed Jan 15, 2024
1 parent 7c2e85a commit 0f0f30a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Run Docker test containers
run: docker compose up mysql pg -d

- name: Install Dependencies
run: npm ci

- name: Build
run: npm run build

- name: Run Tests
run: npm test

- name: Upload Build
uses: actions/upload-artifact@v3
with:
name: build
path: .
retention-days: 1

- name: Run Docker test containers
run: docker compose up mysql pg -d

- name: Run Tests
run: npm test

0 comments on commit 0f0f30a

Please sign in to comment.