From 1bb7e3706e0850c0378ffa9cf4d4e3fa6c404903 Mon Sep 17 00:00:00 2001 From: 433eros <115961721+433eros@users.noreply.github.com> Date: Fri, 29 Dec 2023 16:22:55 -0500 Subject: [PATCH] ci: Update --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e585392ac..8513cdbae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ env: BUNDLE_GEMS__RAILSLTS__COM: ${{ secrets.BUNDLE_GEMS__RAILSLTS__COM }} jobs: - ci: + test: runs-on: ubuntu-latest container: ubuntu:precise steps: @@ -19,6 +19,7 @@ jobs: sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list apt-get update apt-get install -y libmysqlclient-dev + - run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash # - uses: actions/setup-node@v2.1.4 # with: # node-version: 11.14.0