Skip to content

Commit

Permalink
update e2e workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-smithers-excellent committed Jun 6, 2022
1 parent 8b67602 commit 3499641
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Base e2e Tests'
name: 'e2e Tests'

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
e2e:
uses: ./.github/workflows/e2e-base.yml
uses: ./.github/workflows/e2e.yml
secrets: inherit
with:
pr-trigger: false
4 changes: 2 additions & 2 deletions .github/workflows/pr-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'e2e Tests'
name: 'PR e2e Tests'

on:
repository_dispatch:
types: [ok-to-test-command]

jobs:
e2e:
uses: ./.github/workflows/e2e-base.yml
uses: ./.github/workflows/e2e.yml
secrets: inherit
with:
pr-trigger: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docker Build & Push Action

[![Unit Tests](https://github.com/mr-smithers-excellent/docker-build-push/actions/workflows/ci.yml/badge.svg)](https://github.com/mr-smithers-excellent/docker-build-push/actions/workflows/ci.yml)
[![e2e Tests](https://github.com/mr-smithers-excellent/docker-build-push/actions/workflows/nightly-e2e.yml/badge.svg)](https://github.com/mr-smithers-excellent/docker-build-push/actions/workflows/nightly-e2e.yml)
[![e2e Tests](https://github.com/mr-smithers-excellent/docker-build-push/actions/workflows/e2e.yml/badge.svg)](https://github.com/mr-smithers-excellent/docker-build-push/actions/workflows/e2e.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/ac0bf06dc93ba3110cd3/maintainability)](https://codeclimate.com/github/mr-smithers-excellent/docker-build-push/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/ac0bf06dc93ba3110cd3/test_coverage)](https://codeclimate.com/github/mr-smithers-excellent/docker-build-push/test_coverage)

Expand Down

0 comments on commit 3499641

Please sign in to comment.