We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36aa9f5 commit 7f7a956Copy full SHA for 7f7a956
.github/workflows/test.yml
@@ -8,7 +8,6 @@ jobs:
8
pqnet:
9
runs-on: windows-latest
10
env:
11
- EXPECT_PASSED_TESTS: 30
12
PQ: 'C:\Program Files\PowerQueryNet\PQNet.exe'
13
steps:
14
- uses: actions/checkout@v1
CI/Makefile
@@ -2,6 +2,9 @@ PQ?=pqnet
2
PY?=python3
3
4
5
+export EXPECT_PASSED_TESTS=30
6
+
7
export LIBPQ=$(abspath ../)
TEST_RESULTS=results.json
0 commit comments