Append newline and use working_directory

This commit is contained in:
Doehyun Baek 2022-11-29 07:12:37 +09:00 committed by Philip Chimento
parent e303a30f36
commit c8dead8b74
1 changed files with 3 additions and 4 deletions

View File

@ -24,9 +24,8 @@ jobs:
git clone --branch v0.1.0-rc8 --depth 1 https://github.com/es-meta/esmeta.git "${ESMETA_HOME}"
cd "${ESMETA_HOME}" && git submodule update --init --depth 1
- name: build esmeta
run: |
cd "${ESMETA_HOME}"
sbt assembly
working-directory: ${{ env.ESMETA_HOME }}
run: sbt assembly
- name: run test262
run: |
git fetch origin main