This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new 00cd481 Scala tests are ran during yarn test. Remove sbt test from CI.
00cd481 is described below
commit 00cd481f80fc8d4fcf9d85775cfbd25023da2156
Author: Shane Dell <[email protected]>
AuthorDate: Fri Mar 17 14:35:25 2023 -0400
Scala tests are ran during yarn test. Remove sbt test from CI.
Closes #491
---
.github/workflows/CI.yml | 1 -
.github/workflows/nightly.yml | 1 -
package.json | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index b27872d..640c8af 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -116,4 +116,3 @@ jobs:
if: runner.os == 'Linux'
- run: yarn test
if: runner.os != 'Linux'
- - run: $SBT test
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index e6cbeae..cf87c55 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -55,4 +55,3 @@ jobs:
if: runner.os == 'Linux'
- run: yarn test
if: runner.os != 'Linux'
- - run: $SBT test
diff --git a/package.json b/package.json
index ab5cf42..e163f67 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,7 @@
"package-setup": "node -e
\"require('./build/scripts/package.ts').setup()\"",
"package-create": "node -e
\"require('./build/scripts/package.ts').create()\"",
"pretest": "yarn compile && yarn webpack",
- "test": "node ./out/tests/runTest.js && sbt test",
+ "test": "sbt test && node ./out/tests/runTest.js",
"sbt": "sbt universal:packageBin"
},
"dependencies": {