Skip to content

Commit

Permalink
Add some annotation to test something
Browse files Browse the repository at this point in the history
  • Loading branch information
JojOatXGME committed May 4, 2024
1 parent 69bbcf5 commit cacbbcb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,16 @@ jobs:
distribution: zulu
java-version: 17

- name: Create Some Annotation
uses: actions/github-script@v7
with:
script: |
core.error("Some test annotation.\nLet's see how it looks.", {
title: "org.jetbrains.grammarkit.tasks.GenerateLexerTaskSpec ► run lexer",
file: "src/test/kotlin/org/jetbrains/grammarkit/tasks/GenerateLexerTaskSpec.kt",
startLine: 25,
});
- name: Run Tests
run: ./gradlew check -PtestGradleVersion="${{ matrix.gradleVersion }}" ${{ runner.os == 'Windows' && '-PtestGradleUserHome="C:\\testGradleHome"' || '' }}

Expand Down

0 comments on commit cacbbcb

Please sign in to comment.