From 42a031ef0f30180a9b7113da6458d343b49d6546 Mon Sep 17 00:00:00 2001 From: huyhuynh3103 Date: Thu, 14 Nov 2024 14:09:09 +0700 Subject: [PATCH] fix: ci runner --- .github/workflows/test.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e230f90..f9aab0e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,14 +5,14 @@ on: branches: - main - dev - - 'feature/*' - - 'features/*' + - "feature/*" + - "features/*" pull_request: branches: - main - dev - - 'feature/*' - - 'features/*' + - "feature/*" + - "features/*" env: FOUNDRY_PROFILE: ci @@ -23,14 +23,11 @@ jobs: fail-fast: true name: Foundry project - runs-on: [self-hosted, dockerize] + runs-on: ubuntu-latest steps: - - id: 'gh-app' - name: 'Get Token' - uses: 'tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a' #v1.7.0 + - uses: actions/checkout@v4.1.1 with: - app_id: ${{ secrets.GH_APP_ID }} - private_key: ${{ secrets.GH_PRIVATE_KEY }} + submodules: recursive - uses: actions/checkout@v4.1.1 with: