test
This commit is contained in:
parent
58e3140376
commit
9f35920f3c
@ -13,7 +13,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: git.hofer.link/philipp/ci-images:rust-latest
|
image: git.hofer.link/philipp/ci-images:rust-latest
|
||||||
force_pull: true
|
options: --pull always
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run Test DB Script
|
- name: Run Test DB Script
|
||||||
@ -39,9 +39,7 @@ jobs:
|
|||||||
|
|
||||||
deploy-staging:
|
deploy-staging:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: git.hofer.link/philipp/ci-images:rust-latest
|
||||||
image: git.hofer.link/philipp/ci-images:rust-latest
|
|
||||||
force_pull: true
|
|
||||||
needs: [test]
|
needs: [test]
|
||||||
if: github.ref == 'refs/heads/staging'
|
if: github.ref == 'refs/heads/staging'
|
||||||
steps:
|
steps:
|
||||||
@ -84,9 +82,7 @@ jobs:
|
|||||||
|
|
||||||
deploy-main:
|
deploy-main:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container: git.hofer.link/philipp/ci-images:rust-latest
|
||||||
image: git.hofer.link/philipp/ci-images:rust-latest
|
|
||||||
force_pull: true
|
|
||||||
needs: [test]
|
needs: [test]
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user