Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Feb 11, 2024
1 parent 223e8b5 commit cbb8ce7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
name: Sublime Text ${{ matrix.build }}
runs-on: ubuntu-latest
timeout-minutes: 15 # default is 6 hours!
env:
package_name: Sass
strategy:
matrix:
include:
Expand All @@ -39,3 +41,6 @@ jobs:
with:
build: ${{ matrix.build }}
default_packages: ${{ matrix.default_packages }}
package_name: ${{ env.package_name }}
package_root: ${{ env.package_name }}
additional_packages: Sass

0 comments on commit cbb8ce7

Please sign in to comment.