Skip to content

fix: cleanup workflows and makefile #5

fix: cleanup workflows and makefile

fix: cleanup workflows and makefile #5

Workflow file for this run

# Run secret-dependent integration tests only after /ok-to-test approval
on:
pull_request:
branches: [ main ]
paths-ignore:
- 'README.md'
- 'CHANGELOG.md'
name: acceptance
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version-file: ./go.mod
cache: false
- name: Install dependencies
run: make tools
- name: Create and populate .snowflake/config file
run: mkdir $HOME/.snowflake && echo "${{ secrets.SNOWFLAKE_CONFIG_FILE }}" > $HOME/.snowflake/config
- run: make testacc
env:
SKIP_EMAIL_INTEGRATION_TESTS=true

Check failure on line 26 in .github/workflows/acc-test.yml

View workflow run for this annotation

GitHub Actions / acceptance

Invalid workflow file

The workflow is not valid. .github/workflows/acc-test.yml (Line: 26, Col: 11): Unexpected value 'SKIP_EMAIL_INTEGRATION_TESTS=true SKIP_EXTERNAL_TABLE_TEST=true SKIP_NOTIFICATION_INTEGRATION_TESTS=true SKIP_SAML_INTEGRATION_TESTS=true SKIP_STREAM_TEST=true'
SKIP_EXTERNAL_TABLE_TEST=true
SKIP_NOTIFICATION_INTEGRATION_TESTS=true
SKIP_SAML_INTEGRATION_TESTS=true
SKIP_STREAM_TEST=true