Skip to content

Commit

Permalink
no muliline strings
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Mar 25, 2024
1 parent c5315bd commit da2cd7f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pr_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,15 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: fauna/faunadb:latest
options: |
--mount type=bind,source="${{ github.workspace }}/docker/feature-flags.json",target=/etc/feature-flag-periodic.d/feature-flags.json
-p 8443:8443
-p 8084:8084
options: --mount type=bind,source="${{ github.workspace }}/docker/feature-flags.json",target=/etc/feature-flag-periodic.d/feature-flags.json -p 8443:8443 -p 8084:8084
run: |
echo "Started Fauna"
- name: Start FaunaDB service alt port
uses: addnab/docker-run-action@v3
with:
image: fauna/faunadb:latest
options: |
-p 7443:8443
-p 7084:8084
options: -p 7443:8443 -p 7084:8084
run: |
echo "Started Fauna"
Expand Down

0 comments on commit da2cd7f

Please sign in to comment.