Merge pull request #67 from 8iq/dependabot/npm_and_yarn/ws-8.17.1 #22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TEST DOCKER | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: install packages | |
run: docker-compose build | |
- name: Setup debug by SSH if failure ci session | |
uses: lhotari/action-upterm@v1 | |
if: ${{ failure() }} | |
with: | |
wait-timeout-minutes: 5 |