updated workflow
This commit is contained in:
@@ -4,20 +4,14 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
pull_request:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build and run tests
|
||||
run: docker compose up
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
|
||||
|
||||
run:
|
||||
name: run
|
||||
- name: Build and run
|
||||
run: docker compose up --abort-on-container-exit --exit-code-from web
|
||||
|
||||
Reference in New Issue
Block a user