diff --git a/.github/workflows/ant.yaml b/.github/workflows/ant.yaml index ad09f20..ccf1432 100644 --- a/.github/workflows/ant.yaml +++ b/.github/workflows/ant.yaml @@ -57,8 +57,9 @@ jobs: cache: 'yarn' - run: yarn --frozen-lockfile - - run: curl -L https://install_ao.g8way.io | sh - - run: yarn aos:build + - run: curl -L https://install_ao.g8way.io | sh && ~/.bashrc > export AO_INSTALL=/home/runner/.ao export PATH="$AO_INSTALL/bin:$PATH" && source ~/.bashrc + - run: yarn copy-aos-process + - run: yarn module:build - run: yarn test publish: