Skip to content

Commit

Permalink
ci: install task via go
Browse files Browse the repository at this point in the history
fiftin committed Jan 26, 2024
1 parent 77c4efd commit e9e1eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@ on:
push:
branches:
- develop
- install-tasks-via-go
pull_request:
branches: [develop]

@@ -75,7 +76,6 @@ jobs:

- run: chmod +x ./semaphore && ./semaphore migrate --config config.json


test-integration:
runs-on: [ubuntu-latest]
needs: [test-db-migration]

0 comments on commit e9e1eed

Please sign in to comment.