From d4d2309565db2110888585cc50f3488935d75d11 Mon Sep 17 00:00:00 2001 From: nzaytsev Date: Mon, 15 Jul 2024 13:00:08 +0700 Subject: [PATCH] 1 --- .github/workflows/run-tests.yaml | 1 + src/App.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 2896e8d..a028eca 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -6,6 +6,7 @@ on: jobs: test: + name: Run tests runs-on: ubuntu-latest steps: - name: Run unit tests diff --git a/src/App.js b/src/App.js index e9f34aa..8bf2c8d 100644 --- a/src/App.js +++ b/src/App.js @@ -15,7 +15,7 @@ function App() { target="_blank" rel="noopener noreferrer" > - Learn React + Learn React 1