Skip to content

Commit

Permalink
use GH working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Mar 25, 2024
1 parent 7233404 commit 3a02675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Start FaunaDB service
run: docker run --rm -d --name faunadb-local -p 8443:8443 -p 8084:8084 --mount type=bind,source=\"$(pwd)\"/docker/feature-flags.json,target=/etc/feature-flag-periodic.d/feature-flags.json fauna/faunadb
run: docker run --rm -d --name faunadb-local -p 8443:8443 -p 8084:8084 --mount type=bind,source="${{ github.workspace }}/docker/feature-flags.json",target=/etc/feature-flag-periodic.d/feature-flags.json fauna/faunadb

- name: Start FaunaDB service alt port
run: docker run --rm -d --name faunadb-local-alt-port -p 7443:8443 -p 7084:8084 fauna/faunadb
Expand Down

0 comments on commit 3a02675

Please sign in to comment.