Skip to content

chore(deps): bump docker/metadata-action from 4.3.0 to 5.0.0 #96

chore(deps): bump docker/metadata-action from 4.3.0 to 5.0.0

chore(deps): bump docker/metadata-action from 4.3.0 to 5.0.0 #96

Workflow file for this run

name: "Nightly E2E run"
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches: [ main, rc/v*, release/v* ]
jobs:
matrix-tests:
strategy:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-latest, macos-latest, windows-latest] # We can add custom runners - https://github.com/actions/runner
runs-on: ${{ matrix.os }}
steps:
- name: run-tests
uses: cosmos/gaia/.github/workflows/test.yml@main
- name: run-simulations
uses: cosmos/gaia/.github/workflows/sims.yml@main