Skip to content

Commit 7756328

Browse files
committed
Provide shell commands in full daily CI #32
Signed-off-by: Mārtiņš Avots <martins.avots@splitcells.net>
1 parent 1b883a7 commit 7756328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.forgejo/workflows/daily-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
# export test_codecov=1 # Enable codecov profiles in POMs. TODO Code coverage is not working.
3939
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network
40-
bin/worker.bootstrap
40+
. bin/worker.bootstrap # This installs the shell project. `. [...]` provides the installed variables to the following commands.
4141
bin/worker.repos.pull
4242
cd ~/.local/state/net.splitcells.network.worker/repos/public/net.splitcells.network.bom.base
4343
mvn clean install

0 commit comments

Comments
 (0)