Skip to content

Commit

Permalink
Update CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Oct 26, 2024
1 parent 69bfb51 commit a4ca62e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci-syntax-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,15 @@ jobs:
default_packages: v4126
- build: 4143
default_packages: v4143
- build: latest
default_packages: master
- build: 4152
default_packages: v4152
- build: 4169
default_packages: v4169
- build: 4173
default_packages: v4173
steps:
- name: Checkout Default Packages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: sublimehq/Packages
ref: ${{ matrix.default_packages }}
Expand All @@ -48,7 +52,7 @@ jobs:
find st_syntax_tests/Data/Packages/*/ -type f -name 'syntax_test*' -exec rm -v '{}' \;
- name: Checkout Tailwind CSS
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: st_syntax_tests/Data/Packages/Tailwind CSS

Expand Down

0 comments on commit a4ca62e

Please sign in to comment.