Skip to content

Commit

Permalink
ci: more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
acrois committed Jan 26, 2024
1 parent f1c3e47 commit 7ed9a78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
cache: 'pip'
python-version: '3.x'
- name: Set up Bun
run: |
Expand Down
1 change: 1 addition & 0 deletions pulumi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dev-data
2 changes: 2 additions & 0 deletions pulumi/Pulumi.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: pulumi-localstack-demo
runtime: python
description: A Pulumi project for LocalStack demo
backend:
url: file://./dev-data

0 comments on commit 7ed9a78

Please sign in to comment.