Skip to content

Commit d7aa979

Browse files
committed
try different working dirs and order
1 parent 7434b71 commit d7aa979

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,17 +64,17 @@ jobs:
6464
with:
6565
node-version: 16.14.0
6666
# NPM
67+
- name: Use local tstl
68+
run: npm i -D file:.
6769
- name: NPM master
6870
run: npm ci && npm run build
6971
working-directory: master
70-
- name: Use local tstl
71-
run: npm i -D file:.
7272
working-directory: master
7373
- name: Check node_modules
7474
run: ls -l node_modules/
7575
working-directory: master
7676
- name: NPM commit
77-
run: npm ci && npm i file:. && npm run build
77+
run: npm ci && npm run build
7878
working-directory: commit
7979
# Benchmark directory setup
8080
- name: Ensure benchmark data dir exists
@@ -84,8 +84,8 @@ jobs:
8484
run: rm -rf ./master/benchmark && cp -rf ./commit/benchmark ./master/benchmark
8585
# Run master benchmark first and output to commit benchmark data
8686
- name: Build benchmark Lua 5.3 master
87-
run: node ../dist/tstl.js -p tsconfig.53.json
88-
working-directory: master/benchmark
87+
run: node dist/tstl.js -p benchmark/tsconfig.53.json
88+
working-directory: master
8989
- name: Run benchmark Lua 5.3 master
9090
id: benchmark-lua-master
9191
run: lua5.3 -- run.lua ../../../commit/benchmark/data/benchmark_master_53.json

0 commit comments

Comments
 (0)