Skip to content

Commit

Permalink
Merge pull request #46 from digicatapult/bugfix/dsbd-103
Browse files Browse the repository at this point in the history
DSBD-103: fixing release workflow by adding docker-compose.
  • Loading branch information
n3op2 committed Sep 21, 2022
2 parents df14725 + 3b6619f commit 26a1e82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ jobs:
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Setup dependencies
run: docker-compose up -d
- name: Sleep
uses: kibertoad/wait-action@1.0.1
with:
time: '60s'
- name: Run cypress integration tests
uses: cypress-io/github-action@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digicatapult/morello-ui",
"version": "0.7.2",
"version": "0.7.3",
"description": "User interface for interacting with morello-api",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 26a1e82

Please sign in to comment.