From 99f62f1a57472a6fc507589d721cbaf78a5d4746 Mon Sep 17 00:00:00 2001 From: Lukas Obermann Date: Mon, 2 Oct 2023 11:43:42 +0200 Subject: [PATCH] ci: rename "tests" workflow to "ci" --- .github/workflows/{tests.yml => ci.yml} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{tests.yml => ci.yml} (92%) diff --git a/.github/workflows/tests.yml b/.github/workflows/ci.yml similarity index 92% rename from .github/workflows/tests.yml rename to .github/workflows/ci.yml index 16b65897..1cdd4bac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Integration +name: CI on: push: @@ -13,8 +13,8 @@ on: - develop-v2 jobs: - test: - name: Test + tests: + name: Tests runs-on: ubuntu-latest steps: @@ -28,8 +28,8 @@ jobs: run: npm run ts:build - name: Run tests run: npm test - lint: - name: Lint + linting: + name: Linting runs-on: ubuntu-latest steps: