Skip to content

Commit

Permalink
Revert ":alembic: test what $PATH is after the action"
Browse files Browse the repository at this point in the history
This reverts commit 607ff36.
  • Loading branch information
meisZWFLZ committed May 21, 2024
1 parent b62190c commit 159c510
Showing 1 changed file with 68 additions and 70 deletions.
138 changes: 68 additions & 70 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,70 +1,68 @@
name: Test action
on:
push:
paths-ignore:
- .gitignore
- README*.md
- LICENSE
- .github/**
- "!.github/workflows/test.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-lemlib:
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/
with:
library-path: lemlib
- name: Test print PATH
run: echo $PATH

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:
- 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-path: EZ-Template
name: Test action
on:
push:
paths-ignore:
- .gitignore
- README*.md
- LICENSE
- .github/**
- "!.github/workflows/test.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
test-lemlib:
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/
with:
library-path: 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:
- 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-path: EZ-Template

0 comments on commit 159c510

Please sign in to comment.