Skip to content

Commit 0ba6645

Browse files
test tj actions
1 parent 209e4b6 commit 0ba6645

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

Diff for: .github/workflows/workflow.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ on:
55
pull_request:
66
types: [labeled, synchronize, opened]
77

8-
env:
9-
e2e-cache-key: e2e-cache-key-${{ github.sha }}
10-
e2e-cache-path: ${{ github.workspace }}/.e2e-cache
11-
128
jobs:
13-
checkout:
9+
check-changed-packages:
10+
name: Check if yarn.lock changed
1411
runs-on: ubuntu-latest
1512
steps:
16-
- name: Checkout
13+
- name: Checkout code
1714
uses: actions/checkout@v4
18-
- run: ls -al
15+
16+
- name: Get changed files
17+
id: changed-files
18+
# commit sha refers to v46.0.1: https://github.com/tj-actions/changed-files/commit/45fb12d7a8bedb4da42342e52fe054c6c2c3fd73
19+
uses: tj-actions/changed-files@45fb12d7a8bedb4da42342e52fe054c6c2c3fd73

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

0 commit comments

Comments
 (0)