We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4672be commit c4070c4Copy full SHA for c4070c4
1 file changed
.github/actions/e2e-tests/action.yml
@@ -1,5 +1,5 @@
1
-name: Acceptance tests
2
-description: "Run acceptance tests for this repo"
+name: E2E tests
+description: "Run end-to-end tests for this repo"
3
4
inputs:
5
@@ -12,11 +12,6 @@ runs:
12
13
steps:
14
15
- - name: "Repo setup"
16
- uses: ./.github/actions/node-install
17
- with:
18
- GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
19
-
20
- name: "Set PR NUMBER"
21
shell: bash
22
run: |
0 commit comments