Update SNOMEDCT Version Source #217
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: | |
push: | |
branches: [main] | |
workflow_dispatch: | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
with: | |
fetch-depth: 0 | |
submodules: 'recursive' | |
- uses: actions/[email protected] | |
with: | |
distribution: "zulu" | |
java-version: "8" | |
- uses: DeLaGuardo/[email protected] | |
with: | |
cli: 1.11.1.1155 | |
- run: git config --global user.email "[email protected]" && git config --global user.name "ftr" | |
name: Set up git config | |
- run: make init | |
- run: make test |