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 99e97ab commit a60a045
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,24 @@ jobs:
uses: ./action/
with:
library-name: LemLib

test-lemlib-without-upload:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: LemLib/LemLib
ref: 6fc0838e0aa1de03d7864002888f5d874b691910

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

- name: Test With Upload + Bonus Files
uses: ./action/

test-ez:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a60a045

Please sign in to comment.