Skip to content

Commit

Permalink
Fixed checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Mar 15, 2020
1 parent d6ed4f0 commit c168488
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ on:
types: [published]

jobs:
build:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@latest
- uses: actions/setup-java@v1
- name: Checkout
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: '11'
- name: Test
Expand Down

0 comments on commit c168488

Please sign in to comment.