Skip to content

Commit

Permalink
CLOUDP-225724 Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fmenezes committed Feb 13, 2024
1 parent f58c1bd commit ccb31f4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Test Packages
on:
push:
branches:
- master
pull_request:
jobs:
updateall:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- run: choco install -y au
- run: ./test_all.ps1
env:
gist_id: 401de57398b774a70ad4dc5d46aab760
github_user_repo: ${{ env.GITHUB_REPOSITORY }}
github_api_key: ${{ secrets.GH_TOKEN_WITH_GIST }}
api_key: ${{ secrets.CHOCO_API_KEY }}

0 comments on commit ccb31f4

Please sign in to comment.