Compare commits
2 Commits
v9
...
colemickens/debug
| Author | SHA1 | Date | |
|---|---|---|---|
| 46001031de | |||
| 19c5492b89 |
@@ -27,6 +27,10 @@ jobs:
|
||||
runs-on: ${{ matrix.runner }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Sanity Checls
|
||||
run: |
|
||||
set -x
|
||||
uname -a
|
||||
- name: Install Nix
|
||||
uses: ./
|
||||
with:
|
||||
|
||||
+4
-1
@@ -117,5 +117,8 @@ inputs:
|
||||
|
||||
runs:
|
||||
using: "node20"
|
||||
env:
|
||||
UV_USE_IO_URING: 0
|
||||
main: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
post: 'dist/index.js'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user