Skip to content

Commit

Permalink
ci(php): add missing paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski committed Oct 10, 2023
1 parent 61b2f29 commit 3471f1f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: tar -czvf release/javascript.tar.gz --directory ./rules javascript
- name: Archive Java
run: tar -czvf release/java.tar.gz --directory ./rules java
- name: Archive PHP
run: tar -czvf release/php.tar.gz --directory ./rules php
- name: Create a GitHub release
uses: ncipollo/release-action@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/canary_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
"ruby/third_parties",
"java/lang",
"java/spring",
"php/lang",
"php/symfony",
"php/third_parties",
]
steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
"ruby/third_parties",
"java/lang",
"java/spring",
"php/lang",
"php/symfony",
"php/third_parties",
]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: tar -czvf release/ruby.tar.gz --directory ./rules ruby
- name: Archive JavaScript
run: tar -czvf release/javascript.tar.gz --directory ./rules javascript
- name: Archive PHP
run: tar -czvf release/php.tar.gz --directory ./rules php
- name: Archive Java
run: tar -czvf release/java.tar.gz --directory ./rules java
- name: Create a GitHub release
Expand Down

0 comments on commit 3471f1f

Please sign in to comment.