Skip to content

Commit 50830dc

Browse files
authored
ci: remove e2e tests (#691)
* ci: remove e2e tests * shellcheck scripts/
1 parent df0d986 commit 50830dc

File tree

6 files changed

+3
-323
lines changed

6 files changed

+3
-323
lines changed

.github/workflows/e2e.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.

.github/workflows/provision-darwin.sh

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/provision-linux.sh

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/shellcheck.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
- reopened
77
- synchronize
88
paths:
9-
- "e2e/**"
109
- ".github/**"
1110
push:
1211
branches:
@@ -24,7 +23,6 @@ jobs:
2423
cd $HOME/bin
2524
curl -L https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.darwin.x86_64.tar.xz \
2625
| xz -d | tar x
27-
- name: Check e2e scripts
28-
run: $HOME/bin/shellcheck-v0.7.1/shellcheck e2e/bash/*.bash e2e/bash/util/*.bash
29-
- name: Check workflow scripts
30-
run: $HOME/bin/shellcheck-v0.7.1/shellcheck .github/workflows/*.sh
26+
27+
- name: Check scripts
28+
run: $HOME/bin/shellcheck-v0.7.1/shellcheck scripts/*.sh

e2e/bash/icx.bash

Lines changed: 0 additions & 28 deletions
This file was deleted.

e2e/bash/util/assertions.bash

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)