Update dependencies + tests to reference immutable source locations #134
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: Main | |
on: [push] | |
jobs: | |
main: | |
name: Main | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- uses: actions/[email protected] | |
with: | |
path: ~/.m2/repository | |
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} | |
restore-keys: | | |
${{ runner.os }}-maven- | |
- name: Install clojure tools-deps | |
uses: DeLaGuardo/[email protected] | |
with: | |
cli: 1.11.4.1474 | |
- name: Run Tests | |
run: | | |
clojure -X:dev:test:runner |