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