Update README.md #10
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: Testing Proxy Automation | |
on: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main" ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
submodules: true | |
#- name: Testing if has docker | |
# run: docker ps -q -a | |
# Runs a set of commands using the runners shell | |
- name: Run a multi-line script | |
run: | | |
cd ./bin | |
./fresh-start.sh --yes -e [email protected] --skip-docker-image-check | |