Browse Source

Make deploy dependent on tests passing

pull/24/head
baarkerlounger 4 years ago
parent
commit
64b1f964d7
  1. 5
      .github/workflows/pipeline.yml

5
.github/workflows/pipeline.yml

@ -6,6 +6,8 @@ on:
- main - main
pull_request: pull_request:
concurrency: 'sandbox'
defaults: defaults:
run: run:
shell: bash shell: bash
@ -15,7 +17,6 @@ jobs:
test: test:
name: Test name: Test
runs-on: ubuntu-latest runs-on: ubuntu-latest
concurrency: 'sandbox'
services: services:
postgres: postgres:
@ -75,7 +76,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
environment: 'sandbox' environment: 'sandbox'
concurrency: 'sandbox' needs: test
steps: steps:
- name: Checkout code - name: Checkout code

Loading…
Cancel
Save