From 772baa74f1a22d956b718eef21585766a30b3abd Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sun, 21 Feb 2021 16:38:46 +0200 Subject: [PATCH] ci: shorten the new job name to just autobahn_tests --- .github/workflows/websockets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/websockets.yml b/.github/workflows/websockets.yml index 0028df5043..b366eebdf5 100644 --- a/.github/workflows/websockets.yml +++ b/.github/workflows/websockets.yml @@ -28,7 +28,7 @@ on: - name: Run websockets tests run: ./v -cflags "-Werror" test vlib/x/websocket/ - websocket_autobahn_tests: + autobahn_tests: name: Autobahn integrations tests runs-on: ubuntu-20.04 timeout-minutes: 20