Skip to content

Commit

Permalink
Print website logs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Mar 6, 2024
1 parent ee33008 commit 91a2dcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/actions/test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ runs:
shell: bash
run: docker-compose -f .devcontainer/docker-compose.yml -f .devcontainer/docker-compose.db.yml -f .devcontainer/docker-compose.website.yml up -d

- name: Print Website Logs
shell: bash
run: docker-compose -f .devcontainer/docker-compose.yml -f .devcontainer/docker-compose.db.yml -f .devcontainer/docker-compose.website.yml logs website

- name: Run Tests
shell: bash
run: docker-compose -f .devcontainer/docker-compose.yml -f .devcontainer/docker-compose.db.yml -f .devcontainer/docker-compose.website.yml exec -T sailbot-workspace /bin/bash -c "export DISABLE_VCS=${{ inputs.disable_vcs }} && cd /workspaces/sailbot_workspace && .github/actions/test/run.sh"
2 changes: 1 addition & 1 deletion src/polaris.repos
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories:
local_pathfinding:
type: git
url: https://github.com/UBCSailbot/local_pathfinding
version: main
version: user/SPDonaghy/Global-path-part-2-return-of-the-path-#69

network_systems:
type: git
Expand Down

0 comments on commit 91a2dcc

Please sign in to comment.