Skip to content

Merge pull request #150 from exercism/dependabot/github_actions/actio… #136

Merge pull request #150 from exercism/dependabot/github_actions/actio…

Merge pull request #150 from exercism/dependabot/github_actions/actio… #136

Workflow file for this run

name: J / Test
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- name: Install J
run: |
wget https://www.jsoftware.com/download/j9.5/install/j9.5_linux64.tar.gz
tar -xvf j9.5_linux64.tar.gz
mv j9.5 /opt/j9.5
rm -rf j9.5_linux64.tar.gz
echo "/opt/j9.5/bin" >> $GITHUB_PATH
- name: Verify all exercises
run: bin/verify-exercises.sh