Skip to content

Commit

Permalink
Move development tests to ESMF all tests
Browse files Browse the repository at this point in the history
* execute on push to develop
* add badge to readme
  • Loading branch information
danrosen25 committed Feb 5, 2025
1 parent 78516a7 commit 25f28f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Development Tests
name: ESMF All Tests

on:
schedule:
- cron: "15 8 * * 3"
push:
branches:
- develop
pull_request:
branches:
- develop
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![ESMF All Tests](https://github.com/esmf-org/esmf/actions/workflows/esmf-all-tests.yml/badge.svg?branch=develop&event=push)](https://github.com/esmf-org/esmf/actions/workflows/esmf-all-tests.yml)
[![ESMF Doc Build](https://github.com/esmf-org/esmf/actions/workflows/build-esmf-docs.yml/badge.svg)](https://github.com/esmf-org/esmf/actions/workflows/build-esmf-docs.yml)
[![ESMPy Doc Build](https://github.com/esmf-org/esmf/actions/workflows/build-esmpy-docs.yml/badge.svg)](https://github.com/esmf-org/esmf/actions/workflows/build-esmpy-docs.yml)
[![Build ESMF Using Spack](https://github.com/esmf-org/esmf/actions/workflows/test-build-spack.yml/badge.svg)](https://github.com/esmf-org/esmf/actions/workflows/test-build-spack.yml)
Expand Down

0 comments on commit 25f28f8

Please sign in to comment.