Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
DeLaGuardo committed Feb 8, 2024
1 parent 4b9b2f7 commit 5c0b89a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/lein_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Test OS leiningen
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@main
- name: Prepare java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
- run: env
- name: Install leiningen
uses: ./
with:
lein: 2.10.0
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: env
- run: DEBUG=true lein -v
- run: unset LEIN_JAR
- run: DEBUG=true lein -v

0 comments on commit 5c0b89a

Please sign in to comment.