Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Nov 18, 2024
2 parents c68ec69 + dc61123 commit 305cf38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-syntax-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
path: st_syntax_tests/Data/Packages

- name: Delete default package tests
run: |-
run: |
find st_syntax_tests/Data/Packages/*/ -type f -name 'syntax_test*' -exec rm -v '{}' \;
- name: Prepare dummy syntaxes
run: |-
run: |
packages=st_syntax_tests/Data/Packages
scopes=(
source.ada
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
path: st_syntax_tests/Data/Packages/Liquid

- name: Run Syntax Tests for Sublime Text ${{ matrix.build }}
run: |-
run: |
if [[ "${{ matrix.build }}" == "latest" ]]; then
wget -O st_syntax_tests.tar.xz https://download.sublimetext.com/latest/dev/linux/x64/syntax_tests
else
Expand Down

0 comments on commit 305cf38

Please sign in to comment.