Skip to content

Commit

Permalink
Remove tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Jul 25, 2024
1 parent 7250e04 commit d5a13de
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,16 +223,6 @@ jobs:
path: /tmp/jdk.tar.gz
- name: Delete JDK
run: rm /tmp/jdk.tar.gz
- name: Package Tests (IKVM.ByteCode.Tests)
run: tar czvf /tmp/tests--IKVM.ByteCode.Tests.tar.gz tests/IKVM.ByteCode.Tests
working-directory: dist
- name: Upload Tests (IKVM.ByteCode.Tests)
uses: actions/upload-artifact@v4
with:
name: tests--IKVM.ByteCode.Tests
path: /tmp/tests--IKVM.ByteCode.Tests.tar.gz
- name: Delete Tests (IKVM.ByteCode.Tests)
run: rm /tmp/tests--IKVM.ByteCode.Tests.tar.gz
- name: Package Tests (IKVM.Reflection.Tests)
run: tar czvf /tmp/tests--IKVM.Reflection.Tests.tar.gz tests/IKVM.Reflection.Tests
working-directory: dist
Expand Down Expand Up @@ -382,7 +372,6 @@ jobs:
}
$run = @(
"IKVM.ByteCode.Tests",
"IKVM.Reflection.Tests",
"IKVM.Tests",
"IKVM.Java.Tests",
Expand Down

0 comments on commit d5a13de

Please sign in to comment.