Skip to content

Commit

Permalink
chore(action) : 액션 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
this-is-spear committed Jul 21, 2024
1 parent 39fba20 commit b5ad69b
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,18 @@ on:

jobs:
functional_tests_and_integration_tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [17]
fail-fast: false

runs-on: ${{ matrix.os }}

runs-on: ubuntu-latest
timeout-minutes: 60
permissions:
contents: read
packages: write

steps:
- uses: actions/checkout@v3

- name: 🛠 Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.version }}
java-version: 17
distribution: 'corretto'

- name: ☑️ Validate Gradle wrapper
Expand Down

0 comments on commit b5ad69b

Please sign in to comment.