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 a59f82f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/lein_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test OS leiningen
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Prepare java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8'
- name: Read env
run: env

0 comments on commit a59f82f

Please sign in to comment.