Skip to content

Commit

Permalink
fix: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt committed Mar 11, 2024
1 parent 46ae2eb commit f311a91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

jobs:
run-e2es:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -21,7 +21,7 @@ jobs:
LUNARY_PUBLIC_KEY: 259d2d94-9446-478a-ae04-484de705b522

run: |
npm run dev &
npm run dev:test &
npx wait-on http://localhost:3333
- name: Run tests
Expand All @@ -31,6 +31,7 @@ jobs:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

build-and-push:
needs: run-tests
runs-on: ubuntu-latest
steps:
- name: Check out the private Ops repo
Expand Down

0 comments on commit f311a91

Please sign in to comment.