Skip to content

Commit 6ae7e7a

Browse files
committed
WIP: testing ci x2
1 parent 4d051fe commit 6ae7e7a

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/test-pass.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
name: "test-pass"
22

3-
on:
4-
push:
5-
branches: ["main"]
6-
pull_request:
7-
branches: ["main"]
8-
9-
10-
env:
11-
BUILD_TYPE: Release
12-
VCPKG_FILE: c:/vcpkg/scripts/buildsystems/vcpkg.cmake
13-
DF_TEST_DATA_DIR: ${{ github.workspace }}/tests/test_data
3+
on: [push, pull_request]
144

155
jobs:
166
windows:
177
runs-on: windows-latest
188

9+
env:
10+
BUILD_TYPE: Release
11+
VCPKG_FILE: c:/vcpkg/scripts/buildsystems/vcpkg.cmake
12+
DF_TEST_DATA_DIR: ${{ github.workspace }}/tests/test_data
13+
1914
steps:
2015
- uses: actions/checkout@v4
2116

0 commit comments

Comments
 (0)