Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleCh1cken committed May 9, 2024
1 parent a96e83d commit 99e97ab
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
cancel-in-progress: true

jobs:
build:
test-lemlib:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -27,7 +27,25 @@ jobs:
with:
path: ./action/

- name: test
- name: Test With Upload + Bonus Files
uses: ./action/
with:
library-name: LemLib
test-ez:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: EZ-Robotics/EZ-Template
ref: v3.0.1

- name: Checkout
uses: actions/checkout@v4
with:
path: ./action/

- name: Test With Upload + Bonus Files
uses: ./action/
with:
library-name: EZ-Template

0 comments on commit 99e97ab

Please sign in to comment.