Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
typhonius committed Jan 5, 2025
1 parent 15ba6ff commit b7c93a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ddn-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ jobs:
- name: Prep Repository
if: env.no_op != 'true'
run: |
cp ./hasura/.hasura/context.yaml.template .hasura/context.yaml
cp ./hasura/.env.template .env
cp ./hasura/.env.local.template .env.local
cp ./hasura/.data/.env.template .data/.env
cp ./hasura/.hasura/context.yaml.template ./hasura/.hasura/context.yaml
cp ./hasura/.env.template ./hasura/.env
cp ./hasura/.env.local.template ./hasura/.env.local
cp ./hasura/.data/.env.template ./hasura/.data/.env
- name: Build All Supergraphs
if: env.no_op != 'true'
Expand Down

0 comments on commit b7c93a0

Please sign in to comment.