Skip to content

Commit

Permalink
set bool conditions to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 4, 2024
1 parent 6b9f40f commit dbb54a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
run: |
"CGO_LDFLAGS=-L$env:TMP" >> $env:GITHUB_ENV
"$env:TMP" >> $env:GITHUB_PATH
"SKIP_PLUGIN_AVRO=true" >> $env:GITHUB_ENV
"SKIP_PLUGIN_PROTOBUF=true" >> $env:GITHUB_ENV
"SKIP_PLUGIN_GO=true" >> $env:GITHUB_ENV
"SKIP_PLUGIN_CSV=true" >> $env:GITHUB_ENV
"SKIP_PLUGIN_AVRO=1" >> $env:GITHUB_ENV
"SKIP_PLUGIN_PROTOBUF=1" >> $env:GITHUB_ENV
"SKIP_PLUGIN_GO=1" >> $env:GITHUB_ENV
"SKIP_PLUGIN_CSV=1" >> $env:GITHUB_ENV
- name: Test (unit)
if: matrix.os != 'ubuntu-latest'
run: make test
Expand Down

0 comments on commit dbb54a0

Please sign in to comment.