diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 554e7a89..a46cf82f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: cd test mkdir logs # set vars - export MPC_SOURCE=$(git remote -v | grep "origin.*fetch" | cut -f1 -d' ') + export MPC_SOURCES=$(git remote -v | grep "origin.*fetch" | cut -f1 -d' ') export MPC_BRANCH=$(git branch --show-current) # run tests source includes/common.sh