Add missing alias in for testrun #20
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: at-at leiningen build | |
on: push | |
jobs: | |
leinbuild: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Github Actions checkout | |
uses: actions/checkout@v3 | |
- name: Github Actions setup java | |
uses: actions/setup-java@v3 | |
with: | |
distribution: adopt | |
java-version: 11 | |
- name: DeLaGuardo setup clojure | |
uses: DeLaGuardo/[email protected] | |
with: | |
lein: latest | |
- name: Build project | |
run: lein uberjar |