Skip to content

Commit

Permalink
Correct path to fixtures.db, refs #3
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 15, 2020
1 parent ac4e8e4 commit 711fda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
cd latest-datasette-with-all-plugins
cat plugins.txt | grep -v '#' | sort > plugins-sorted.txt
datasette -i fixtures.db --get /
datasette -i ../fixtures.db --get /
datasette --get /-/plugins.json | jq '.[].name' -r | sort | diff plugins-sorted.txt -
- name: Set up Cloud Run
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
Expand Down

0 comments on commit 711fda9

Please sign in to comment.