From 261172e7a4cff7b9978eec4c0d32e963cbe7486e Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 17 Aug 2022 02:54:41 -0400 Subject: Proper testing for debug.log! --- .github/workflows/test.yml | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5fed0d9ac..1da96d567 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,17 +13,16 @@ jobs: - uses: actions/checkout@v2 - uses: ./.github/workflows/setup_aedifex - run: cd ./stdlib/ && ../lux.sh with aedifex test - # Temporarily disabled because of strange "replaceAll" issue on CI. -# test_stdlib_on_node_js: -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v2 -# - uses: ./.github/workflows/setup_aedifex -# # https://github.com/actions/setup-node -# - uses: actions/setup-node@v3 -# with: -# node-version: '14' -# - run: cd ./stdlib/ && ../lux.sh with js with bibliotheca test + test_stdlib_on_node_js: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - uses: ./.github/workflows/setup_aedifex + # https://github.com/actions/setup-node + - uses: actions/setup-node@v3 + with: + node-version: '14' + - run: cd ./stdlib/ && ../lux.sh with js with bibliotheca test test_stdlib_on_python_3: runs-on: ubuntu-latest steps: -- cgit v1.2.3