Skip to content

Pull emulators

Pull emulators #913

Workflow file for this run

name: CI
on:
# schedule:
# - cron: "*/60 * * * *"
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
macos:
name: "Test ${{ matrix.runs_on }}"
strategy:
matrix:
runs_on: ["ubuntu-latest", "ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04-sm",]
runs-on: ${{ matrix.runs_on }}
steps:
- uses: actions/checkout@v3
- name: Pull
run: docker pull google/cloud-sdk:emulators