mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
run js sample composite build in different project
because of a Windows Server 2019 issue (or at least github action issue)
This commit is contained in:
6
.github/workflows/java-windows.yml
vendored
6
.github/workflows/java-windows.yml
vendored
@@ -62,6 +62,10 @@ jobs:
|
||||
# too many timeout errors, let's not fail at the moment
|
||||
#fail_ci_if_error: true
|
||||
|
||||
- name: composite build atrium-samples
|
||||
- name: composite build atrium-samples-test
|
||||
run: ./gradlew build
|
||||
working-directory: misc\tools\atrium-samples-test
|
||||
|
||||
- name: composite build atrium-js-sample-test
|
||||
run: ./gradlew build
|
||||
working-directory: misc\tools\atrium-js-sample-test
|
||||
|
||||
Reference in New Issue
Block a user