Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 18, 2023
1 parent 5a85700 commit 1738400
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 2 additions & 0 deletions .github/actions/local-app-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ runs:
- name: start frontend
shell: bash
run: docker run -d --network=host ghcr.io/bcgov/cas-reg-frontend:${{ github.sha }} "/usr/bin/env" "bash" "-c" "yarn start"
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
9 changes: 1 addition & 8 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
poetry run pylint --version
echo $PATH
working-directory: ./bc_obps
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

# yarn-test:
# needs: install-client-dev-tools
Expand Down Expand Up @@ -168,12 +166,7 @@ jobs:
run: |
rm -rf /tmp/.buildx-cache
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: print some stuff
run: |
echo docker image ls
echo docker ps
e2e:
needs:
["docker-build", "install-client-dev-tools", "install-server-dev-tools"]
Expand Down

0 comments on commit 1738400

Please sign in to comment.