Skip to content

Use PrivateTmp=true on systemd services #20

Use PrivateTmp=true on systemd services

Use PrivateTmp=true on systemd services #20

Workflow file for this run

name: PR testing
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:

Check failure on line 9 in .github/workflows/pr.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
java: [ '11, '17' ]
env:
LEIN_HOME: local
name: Java ${{ matrix.java }} tests
steps:
- uses: actions/checkout@master
- name: setup java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: setup lein
run: |
mkdir -p local/bin
curl --output local/bin/lein https://raw.githubusercontent.com/technomancy/leiningen/2.9.1/bin/lein
chmod +x local/bin/lein
- run: local/bin/lein test