Skip to content

Commit c4070c4

Browse files
committed
Remove node setup
1 parent a4672be commit c4070c4

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/actions/e2e-tests/action.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Acceptance tests
2-
description: "Run acceptance tests for this repo"
1+
name: E2E tests
2+
description: "Run end-to-end tests for this repo"
33

44
inputs:
55

@@ -12,11 +12,6 @@ runs:
1212

1313
steps:
1414

15-
- name: "Repo setup"
16-
uses: ./.github/actions/node-install
17-
with:
18-
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
19-
2015
- name: "Set PR NUMBER"
2116
shell: bash
2217
run: |

0 commit comments

Comments
 (0)