Skip to content

Commit

Permalink
Simplify test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Apr 26, 2024
1 parent 64d77e8 commit 97cf314
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: J / Test
on:
push:
branches: [main]
pull_request:
pull_request:
branches: [main]
workflow_dispatch:

Expand All @@ -15,11 +15,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633

- name: Install project dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends wget ca-certificates
- name: Install J
run: |
wget https://www.jsoftware.com/download/j9.5/install/j9.5_linux64.tar.gz
Expand Down

0 comments on commit 97cf314

Please sign in to comment.