Skip to content

Commit

Permalink
ci: Use test in ubuntu, may be faster
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 24, 2024
1 parent 29abb85 commit cf4537f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- dui3/alpha
jobs:
test:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -20,4 +20,4 @@ jobs:
dotnet-version: 7.x.x

- name: Trigger Build Installers
run: ./build.ps1 build-installers ${{ secrets.CONNECTORS_GH_TOKEN }} 9226642315 3.0.0-pr3418.160
run: ./build.sh build-installers ${{ secrets.CONNECTORS_GH_TOKEN }} 9226642315 3.0.0-pr3418.160

0 comments on commit cf4537f

Please sign in to comment.