Skip to content

Commit

Permalink
Merge branch 'develop' into st4126
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Nov 18, 2024
2 parents 354e4f3 + dc61123 commit f6a3a1d
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 @@ -40,11 +40,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 @@ -97,7 +97,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 f6a3a1d

Please sign in to comment.