Skip to content

Commit

Permalink
Test web build
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite committed Apr 25, 2024
1 parent 7412f86 commit c54ab64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
lint:
# if: 'false'
if: 'false'
runs-on: ubuntu-22.04
timeout-minutes: 25
steps:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

web-windows:
# if: 'false'
if: 'false'
runs-on: windows-2022
timeout-minutes: 25
steps:
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
continue-on-error: true

windows:
# if: 'false'
if: 'false'
needs: setup
runs-on: windows-2022
timeout-minutes: 25
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
nuget push $PACKAGE_PATH -ApiKey ${{secrets.NUGET_TOKEN}} -Source "https://api.nuget.org/v3/index.json"
linux:
# if: 'false'
if: 'false'
needs: setup
runs-on: ubuntu-22.04
timeout-minutes: 25
Expand Down

0 comments on commit c54ab64

Please sign in to comment.