Skip to content

Commit e6ea1b6

Browse files
committed
fix workflow definition
1 parent 1fa1793 commit e6ea1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ jobs:
395395
name: Integration test (jsii-pacmak)
396396
runs-on: ubuntu-latest
397397
needs: create-release-package
398-
jobs:
399-
- # Check out the code
398+
steps:
399+
# Check out the code
400400
- name: Download Artifact
401401
uses: actions/download-artifact@v3
402402
with:

0 commit comments

Comments
 (0)