Skip to content

Commit

Permalink
chore(ci): push e2e test results to a slack channel (#1707)
Browse files Browse the repository at this point in the history
add workflow for nightly report
  • Loading branch information
anhductn2001 authored Jan 9, 2025
1 parent 10edf97 commit 94744a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/e2e-test-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: E2E Tests
name: E2E Tests Nightly

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

permissions:
contents: read
Expand Down Expand Up @@ -35,4 +36,4 @@ jobs:
path: /tmp/e2e.tar
e2e-tests:
needs: build-image
uses: dymensionxyz/e2e-tests/.github/workflows/e2e-test-workflow-call.yml@main
uses: dymensionxyz/e2e-tests/.github/workflows/e2e-test-workflow-call-nightly.yml@main

0 comments on commit 94744a9

Please sign in to comment.