Skip to content

Commit

Permalink
ci improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
medvednikov committed Nov 12, 2024
1 parent 8522bf2 commit d0eb34b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:

- name: Run complex tests
run: |
v run . complex_tests/esbuild/api_impl
v run . complex_tests/esbuild/resolver
v run . complex_tests/esbuild/linker
v run . complex_tests/esbuild/bundler
v -o go2v .
./go2v complex_tests/esbuild/api_impl/api_impl.go
./go2v complex_tests/esbuild/resolver/resolver.go
# v run . complex_tests/esbuild/linker
# v run . complex_tests/esbuild/bundler

0 comments on commit d0eb34b

Please sign in to comment.