Skip to content

Commit 05f5fca

Browse files
committed
Removed bogus tests
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 73c5bac commit 05f5fca

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,3 @@ jobs:
2929
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
- name: Install dependencies
33-
run: |
34-
sh ci/01-install.sh
35-
- name: Safe tests
36-
run: |
37-
sh ci/02-safe-tests.sh
38-
- name: Unsafe tests
39-
run: |
40-
sh ci/03-unsafe-tests.sh

0 commit comments

Comments
 (0)