Skip to content

Commit 35a1234

Browse files
committed
debug
1 parent 2d5b9d7 commit 35a1234

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false # Whether to stop execution of other instances
1818
max-parallel: 4
1919
matrix:
20-
os: ["ubuntu-latest", "windows-latest"] # , "macos-latest"
20+
os: ["ubuntu-latest"]#, "windows-latest"] # , "macos-latest"
2121
steps:
2222
- name: Check out code
2323
uses: actions/checkout@v2
@@ -34,7 +34,8 @@ jobs:
3434
run: |
3535
NODE_ENV=testing
3636
DOTENV_CONFIG_PATH=./test/fixtures/.env.test
37-
ls $(dirname $DOTENV_CONFIG_PATH)
3837
if: matrix.os == 'ubuntu-latest'
3938
- name: Run tests
40-
run: npm test
39+
run: |
40+
ls -a $(dirname $DOTENV_CONFIG_PATH)
41+
npm test

0 commit comments

Comments
 (0)