We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010fde6 commit 7537f76Copy full SHA for 7537f76
.github/workflows/sdkbuild2run.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
build-and-test:
11
- runs-on: ubuntu-latest
+ runs-on: windows-latest
12
env:
13
CellsCloudClientId: ${{ secrets.PRODUCTCLIENTID }}
14
CellsCloudClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
@@ -25,7 +25,7 @@ jobs:
25
with:
26
ruby-version: ${{ matrix.ruby-version }}
27
bundler-cache: true
28
-
+
29
- name: Install Dependencies
30
run: |
31
gem install bundler
0 commit comments