Skip to content

Commit

Permalink
remove cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fauna-chase committed Nov 15, 2023
1 parent d195003 commit 3d4fa42
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,3 @@ jobs:

- name: Run tests
run: npm test # Run tests using the npm test script

# Reset the test database by pushing a cleanup schema
- name: Reset Test Database
run: fauna schema push --dir=./cleanup/ --force --secret $FAUNA_SECRET_KEY
# An additional environment variable for this step
env:
FAUNA__SECRET_KEY: ${{ secrets.FAUNA_SECRET_KEY }}

0 comments on commit 3d4fa42

Please sign in to comment.