Skip to content

Commit

Permalink
#3 saxon place
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 22, 2024
1 parent 838288f commit b494b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- run: gem install judges:0.0.31
- run: make install
- run: judges --verbose eval test.fb "\$fb.insert.foo = 42"
- uses: ./
with:
Expand Down
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ done

# Build a summary HTML.
css=$(cat "${SELF}/target/css/main.css")
java -jar "${SELF}/saxon.jar" \
java -jar "${SELF}/target/saxon.jar" \
"-s:${INPUT_OUTPUT}/${name}.xml" \
"-xsl:${SELF}/target/xsl/index.xsl" \
"-o:${INPUT_OUTPUT}/${name}.html" \
Expand Down

0 comments on commit b494b35

Please sign in to comment.