Skip to content

Runs EA from the URL #112

Runs EA from the URL

Runs EA from the URL #112

Workflow file for this run

---
name: Action
on:
pull_request:
paths-ignore:
- '*.md'
push:
paths-ignore:
- '*.md'
jobs:
ea:
name: Run EA
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 2
steps:
- uses: actions/checkout@v4
- name: Run Libre (4)
uses: ./
with:
TestExpert: EA31337-Libre-v1.013.ex4
UrlExpert: >-
https://github.com/EA31337/EA31337-Libre/releases/download/v1.013/EA31337-Libre-v1.013.ex4
- name: Run Libre (5)
uses: ./
with:
TestExpert: EA31337-Libre-v1.013.ex5
UrlExpert: >-
https://github.com/EA31337/EA31337-Libre/releases/download/v1.013/EA31337-Libre-v1.013.ex5
Version: 5