Skip to content

Commit a3607f4

Browse files
committed
chore: update workflows
1 parent 7ec90ac commit a3607f4

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

.github/workflows/docker-publish.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,21 @@
11
name: Publish Docker
22

3-
on:
4-
workflow_run:
5-
workflows: ['Test']
6-
types: [completed]
3+
on: [push]
74

85
jobs:
9-
build:
6+
test:
7+
name: Test
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: Install modules
12+
run: yarn
13+
- name: Run MinIO
14+
run: docker-compose up -d
15+
- name: Run tests
16+
run: yarn test
17+
publish:
18+
name: Publish
1019
runs-on: ubuntu-latest
1120
steps:
1221
- uses: actions/checkout@master

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)