From 1229471ce0ac818251fedfa70b15e78159c780d6 Mon Sep 17 00:00:00 2001 From: Craig Everett Date: Tue, 4 Feb 2025 15:34:28 +0900 Subject: [PATCH] WIP --- .gitea/workflows/test.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index ec606b6..48e3bdc 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,16 +6,9 @@ jobs: tests: runs-on: linux_amd64 steps: - - name: stoopud - run: env - name: Check out repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: eunit run: | . /home/act_runner/.erts/27.2.1/activate - export PATH="$HOME/bin:$PATH" - export NVM_DIR="$HOME/.nvm" - [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" - [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" - env ./rebar3 eunit