Skip to content

Commit

Permalink
ci: github action for release needs docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Aug 14, 2020
1 parent 99a81ba commit 77d55b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: tei-publisher-components CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

Expand All @@ -28,4 +26,4 @@ jobs:
- name: npm install, build, and test
run: |
npm install -q
npm test
npm test
5 changes: 5 additions & 0 deletions .github/workflows/release.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
services:
eXist:
image: existdb/teipublisher:6.0.0-RC1
ports:
- 8080:8080
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 77d55b7

Please sign in to comment.