Skip to content

Commit 85863ac

Browse files
authored
Update testing.yml
1 parent bfd27a3 commit 85863ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/testing.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18-
- name: Testing if has docker
19-
run: docker ps -q -a
18+
#- name: Testing if has docker
19+
# run: docker ps -q -a
2020

2121
# Runs a set of commands using the runners shell
2222
- name: Run a multi-line script
2323
run: |
24-
echo Add other actions to build,
25-
echo test, and deploy your project.
24+
cd ./bin
25+
./fresh-start.sh --yes -e evert.ramos@gmail.com --skip-docker-image-check
26+

0 commit comments

Comments
 (0)