Skip to content

Commit

Permalink
Attempt to fix CI test for generate models
Browse files Browse the repository at this point in the history
  • Loading branch information
Brayden committed May 25, 2024
1 parent dff84bd commit 5374b0d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
name: CI

on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install modules
run: npm install

- name: Run sync-database-models command
id: sync
run: npm exec sync-database-models

- name: Run tests
run: npm test
run: npm test

0 comments on commit 5374b0d

Please sign in to comment.