From b0dae2fc69af489d9f964ee5e16467eadb95e753 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 10 May 2023 10:12:53 +0000 Subject: [PATCH] Rename jobs --- .github/workflows/ubuntu.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 6b00ef4..a0958e4 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -30,7 +30,7 @@ jobs: run: go test -parallel 1 -v ./... test-end-to-end: - name: End-to-End Testing + name: E2E Test module/exploit runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -62,7 +62,7 @@ jobs: path: /home/runner/.out-of-tree/logs/out-of-tree.log test-end-to-end-distros: - name: End-to-End Testing + name: E2E Test script runs-on: ubuntu-latest strategy: