인터페이스가 모두 열거되지 않았는지를 확인 #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
pull_request: | |
jobs: | |
libs-test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout source code | |
uses: actions/checkout@v4 | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: "corretto" | |
java-version: "21" | |
- uses: DeLaGuardo/[email protected] | |
with: | |
cli: 1.11.3.1463 | |
- name: Run tests | |
run: clojure -X:test |