mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
migration (ci): github action
This commit is contained in:
parent
f792a60449
commit
ca0b54a382
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -131,7 +131,7 @@ jobs:
|
|||
cat access.log | grep -vz "ERR"
|
||||
|
||||
test_e2e:
|
||||
needs: [test_prepare, build_backend]
|
||||
needs: [test_prepare, build_backend, test_smoke]
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: machines/puppeteer
|
||||
|
|
@ -163,7 +163,7 @@ jobs:
|
|||
|
||||
release_docker:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
needs: test_smoke
|
||||
needs: [test_smoke, test_e2e]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Init
|
||||
|
|
|
|||
Loading…
Reference in a new issue