Skip to content

Commit

Permalink
#246: Add setup for API's master version
Browse files Browse the repository at this point in the history
  • Loading branch information
MRichards99 committed Aug 11, 2021
1 parent 86eeaeb commit d62e9b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ jobs:
with:
ref: master

- name: Create config.json
run: cp datagateway_api/config.json.example datagateway_api/config.json
- name: Install dependencies
run: poetry install

- name: Is API on master?
run: pwd; git status
- name: Add dummy data to icatdb
Expand Down

0 comments on commit d62e9b7

Please sign in to comment.