Skip to content

Commit

Permalink
Rebuild bat with new assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Aug 3, 2020
1 parent 4b012de commit 9110b00
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,22 @@ jobs:
args: --locked --path .
- name: Rebuild binary assets (syntaxes and themes)
run: bash assets/create.sh
- name: Run tests with new syntaxes and themes
- name: Build and install bat with updated assets
uses: actions-rs/cargo@v1
with:
command: install
args: --locked --path .
- name: Run unit tests with new syntaxes and themes
uses: actions-rs/cargo@v1
with:
command: test
args: --release
- name: Syntax highlighting regression test
run: tests/syntax-tests/regression_test.sh
- name: List of languages
uses: actions-rs/cargo@v1
with:
command: run
args: --release -- --list-languages
run: bat --list-languages
- name: List of themes
uses: actions-rs/cargo@v1
with:
command: run
args: --release -- --list-themes
run: bat --list-themes

build:
name: Build
Expand Down

0 comments on commit 9110b00

Please sign in to comment.