Skip to content

Commit

Permalink
refactor: names of action & job
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyTubongbanua committed Sep 13, 2023
1 parent c921e2e commit b4a35d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: prod_tests
name: prod_rvd_tests

on:
workflow_dispatch:
Expand All @@ -19,7 +19,7 @@ env:
DOCKER_COMPOSE_UP_CMD: "docker compose up --abort-on-container-exit --timeout 900"

jobs:
e2e_test:
prod_rvd_test:
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit b4a35d0

Please sign in to comment.