Skip to content

Commit ef2c18e

Browse files
authored
Add some temporary CI action debugging code (#664)
1 parent 8b389b8 commit ef2c18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: Bogdanp/[email protected]
1212
with:
1313
version: stable
14+
- run: echo "github actor is ${{ github.actor }} and triggering actor is ${{ github.triggering_actor }}"
1415
- run: raco pkg install --batch --auto cover cover-coveralls
1516
- run: raco pkg install --batch --auto --link --name resyntax
1617
- run: raco test --package resyntax

0 commit comments

Comments
 (0)