diff options
author | Eduardo Julian | 2022-04-06 05:24:14 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-04-06 05:24:14 -0400 |
commit | 0494295b95c5c44ef389f1259e408f9445cfe0a1 (patch) | |
tree | a02dc1341cb31f1e2eccf023db3d01ae15ac70ac /.github | |
parent | 60daee098f92a44c3b404a9f5801f2e8126ad650 (diff) |
Got documentation back in working condition.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2576c20d3..d4e4cd09f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,6 +18,8 @@ jobs: node-version: '14' - run: cd ./stdlib/ && ../lux.sh with js with bibliotheca test test_stdlib_on_python_3: + runs-on: ubuntu-latest + steps: - uses: actions/checkout@v2 - uses: ./.github/workflows/setup_aedifex # https://github.com/actions/setup-python |