We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd27a3 commit 85863acCopy full SHA for 85863ac
.github/workflows/testing.yml
@@ -15,11 +15,12 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
18
- - name: Testing if has docker
19
- run: docker ps -q -a
+ #- name: Testing if has docker
+ # run: docker ps -q -a
20
21
# Runs a set of commands using the runners shell
22
- name: Run a multi-line script
23
run: |
24
- echo Add other actions to build,
25
- echo test, and deploy your project.
+ cd ./bin
+ ./fresh-start.sh --yes -e evert.ramos@gmail.com --skip-docker-image-check
26
+
0 commit comments