mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 07:43:13 +01:00
checkout on master
This commit is contained in:
parent
c5b75eb272
commit
8f6f9eae51
1 changed files with 2 additions and 0 deletions
2
.github/workflows/master.yaml
vendored
2
.github/workflows/master.yaml
vendored
|
@ -10,6 +10,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'master'
|
||||
# - run: docker-compose build
|
||||
# - run: docker-compose run web rake db:setup
|
||||
# - run: docker-compose run web bin/run-tests
|
||||
|
|
Loading…
Reference in a new issue