Skip to content

Commit 7f7a956

Browse files
committed
Move EXPECT_PASSED_TESTS from GH Actions config to Makefile
That way manual test invocation will still know about the target number of passed tests
1 parent 36aa9f5 commit 7f7a956

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
pqnet:
99
runs-on: windows-latest
1010
env:
11-
EXPECT_PASSED_TESTS: 30
1211
PQ: 'C:\Program Files\PowerQueryNet\PQNet.exe'
1312
steps:
1413
- uses: actions/checkout@v1

CI/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ PQ?=pqnet
22
PY?=python3
33

44

5+
export EXPECT_PASSED_TESTS=30
6+
7+
58
export LIBPQ=$(abspath ../)
69
TEST_RESULTS=results.json
710

0 commit comments

Comments
 (0)