updated README #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test StackQL Deploy Action | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
stackql-actions-test: | |
name: StackQL Actions Test | |
runs-on: ubuntu-latest | |
env: | |
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }} | |
steps: | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Run StackQL Deploy Action | |
uses: ./ | |
with: | |
command: 'test' | |
stack_dir: 'examples/k8s-the-hard-way' | |
stack_env: 'dev' | |
env_vars: 'GOOGLE_PROJECT=stackql-k8s-the-hard-way-demo' |