Skip to content

Commit 3f9b13d

Browse files
committed
Use head Resyntax instead of package catalog version
1 parent 9e72e75 commit 3f9b13d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
with:
1313
version: stable
1414
- run: raco pkg install --batch --auto --link --name resyntax
15-
- run: xvfb-run raco test --package resyntax
15+
- run: raco test --package resyntax

.github/workflows/resyntax-autofixer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
2020
uses: Bogdanp/[email protected]
2121
with:
2222
version: current
23+
local_catalogs: $GITHUB_WORKSPACE
2324
dest: '"${HOME}/racketdist-current-CS"'
2425
sudo: never
26+
- run: raco pkg install --batch --auto --link --name resyntax
2527
- name: Create a Resyntax pull request
26-
uses: jackfirth/[email protected].0
28+
uses: jackfirth/[email protected].1
2729
with:
2830
private-key: ${{ secrets.RESYNTAX_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)