Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuridech committed Oct 27, 2023
1 parent 48e3a2f commit 610ea4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
quality-check:
name: Quality Scan
runs-on: ubuntu-latest
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -51,6 +55,7 @@ jobs:
java-version: 17

- uses: actions/checkout@v4

- name: Unit test outside Docker-compose
run: ./gradlew test

Expand Down

0 comments on commit 610ea4b

Please sign in to comment.