Skip to content

Commit

Permalink
CI: add nightly job to update golden images (PR) (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpnurmi committed Mar 5, 2023
1 parent 9defcfc commit 1288024
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: nightly

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

jobs:
goldens:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- run: flutter test --update-goldens
- uses: peter-evans/create-pull-request@v4
with:
title: 'Update golden images'
commit-message: 'Update golden images'

0 comments on commit 1288024

Please sign in to comment.