Skip to content

Commit

Permalink
try test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed May 12, 2021
1 parent dbe37c7 commit da121f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-cta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
inputs:
branch:
default: "dev"
platform:
default: "ubuntu"
pull_request:
paths:
- "tooling/create-tauri-app/**"
Expand All @@ -19,7 +21,7 @@ env:
jobs:
create-recipe-with-npm:
name: "node@${{ matrix.node }} + npm@${{ matrix.manager }}: ${{ matrix.recipe }}"
runs-on: ubuntu-latest
runs-on: windows-latest # ${{ github.event.inputs.branch | 'ubuntu' }}latest

strategy:
fail-fast: false
Expand All @@ -45,6 +47,7 @@ jobs:
npm-version: ${{ matrix.manager }}
yarn-version: 1.22.5
- name: install webkit2gtk
if: (github.event.inputs.branch | 'ubuntu') == 'ubuntu'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libgtksourceview-3.0-dev webkit2gtk-4.0 libappindicator3-dev
Expand Down

0 comments on commit da121f3

Please sign in to comment.