mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-09-07 19:05:13 -05:00
Of course I messed up the ln command order
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
run: echo "TERM=xterm" >> "$GITHUB_ENV"
|
||||
|
||||
- name: Apply Docker Compose CI overrides
|
||||
run: ln -s compose.override.yml .github/compose.ci.yml
|
||||
run: ln -s .github/compose.ci.yml compose.override.yml
|
||||
|
||||
- name: Run the setup script
|
||||
run: ./setup.sh --server-ip 127.0.0.1 --force
|
||||
|
||||
Reference in New Issue
Block a user