Skip to content

Commit

Permalink
uncommented docker step
Browse files Browse the repository at this point in the history
  • Loading branch information
lucsomers101 committed Jul 17, 2024
1 parent ee7fdd7 commit fe58e2b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/Specflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

# - name: Build docker
# id: update-image
# shell: bash
# run: |
# cd ./RAP4
# docker build -t ampersandtarski/ampersand-rap:dev-latest .
# cd ..
# cp .example.env .env
# docker compose build
# docker network create proxy
# docker network create rap_db
# docker compose up -d
- name: Build docker
id: update-image
shell: bash
run: |
cd ./RAP4
docker build -t ampersandtarski/ampersand-rap:dev-latest .
cd ..
cp .example.env .env
docker compose build
docker network create proxy
docker network create rap_db
docker compose up -d
- name: Navigate to test project
id: navigate-to-test-project
Expand Down

0 comments on commit fe58e2b

Please sign in to comment.