Skip to content

Commit

Permalink
name actions
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Feb 17, 2020
1 parent b0d47bc commit 22664f5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: zbeekman/ShellCheck-Linter-Action@v1.0.1
- run: ./scripts/build.sh
- run: ./scripts/test.sh
- name: Build
run: ./scripts/build.sh
- name: Test
run: ./scripts/test.sh

publish:
name: Publish
Expand Down

0 comments on commit 22664f5

Please sign in to comment.