mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
ci: install task via go
This commit is contained in:
parent
77c4efdb84
commit
e9e1eeddd9
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -3,6 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
- install-tasks-via-go
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [develop]
|
branches: [develop]
|
||||||
|
|
||||||
@ -75,7 +76,6 @@ jobs:
|
|||||||
|
|
||||||
- run: chmod +x ./semaphore && ./semaphore migrate --config config.json
|
- run: chmod +x ./semaphore && ./semaphore migrate --config config.json
|
||||||
|
|
||||||
|
|
||||||
test-integration:
|
test-integration:
|
||||||
runs-on: [ubuntu-latest]
|
runs-on: [ubuntu-latest]
|
||||||
needs: [test-db-migration]
|
needs: [test-db-migration]
|
||||||
|
Loading…
Reference in New Issue
Block a user