Skip to content

Commit fb7885f

Browse files
committed
Update github action.
1 parent 9bd01f3 commit fb7885f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/sdkbuild2run.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
build-and-test:
1111
runs-on: ubuntu-latest
12+
env:
13+
CellsCloudClientId: ${{ secrets.PRODUCTCLIENTID }}
14+
CellsCloudClientSecret: ${{ secrets.PRODUCTCLIENTSECRET }}
1215
strategy:
1316
matrix:
1417
ruby-version: ["3.0", "3.1", "3.2"]
@@ -28,4 +31,11 @@ jobs:
2831
gem install bundler
2932
bundle install
3033
gem build aspose_cells_cloud.gemspec
34+
gem install aspose_cells_cloud-*.gem
35+
36+
- name: Run examples
37+
run: |
38+
cd examples
39+
ruby Example_QuickStart.rb
40+
3141

0 commit comments

Comments
 (0)