Skip to content

Commit

Permalink
checkout code before stting up cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ldoguin committed Jul 31, 2023
1 parent f6f27d2 commit 7d86978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cb-service-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Update repositories
run: |
apt update || echo "apt-update failed" # && apt -y upgrade
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'
cache: 'maven'
- uses: actions/checkout@v3
- name: Postman Tests
run: |
mvn --batch-mode --update-snapshots -B spring-boot:run --file pom.xml verify &
Expand Down

0 comments on commit 7d86978

Please sign in to comment.