Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 10 additions & 3 deletions .github/workflows/test-bundle.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
name: Bundle Test

on:
pull_request:
branches:
- main
paths:
- 'cli-extensions/bundle-test/**'
- 'cli-extensions/bin/ls-bundle'
- '.github/workflows/test-bundle.yml'
push:
branches:
- main
paths:
- 'bundle-test/**'
- 'cli-extensions/bundle-test/**'
- 'cli-extensions/bin/ls-bundle'
- '.github/workflows/test-bundle.yml'
workflow_dispatch:

env:
LOCALSTACK_AUTH_TOKEN: ${{ secrets.TEST_LOCALSTACK_AUTH_TOKEN }}
LOCALSTACK_AUTH_TOKEN: ${{ secrets.BUNDLE_LOCALSTACK_AUTH_TOKEN }}
LOCALSTACK_DISABLE_EVENTS: "1"

jobs:
Expand All @@ -36,7 +43,7 @@ jobs:

- name: Deploy infrastructure via tflocal
run: |
cd bundle-test/infra
cd cli-extensions/bundle-test
tflocal init -input=false
tflocal apply -auto-approve -input=false

Expand Down
File renamed without changes.
Loading