Skip to content

chore(doc): bump the function image version to 0.15 in README.md #90

chore(doc): bump the function image version to 0.15 in README.md

chore(doc): bump the function image version to 0.15 in README.md #90

Workflow file for this run

name: Continuous Integration
on:
push:
branches:
- "*"
pull_request:
branches:
- "*"
jobs:
ci:
name: Integration Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: earthly/actions/setup-earthly@v1
with:
version: v0.7.6
- name: run integration test
run: earthly --ci --verbose +integration-test
- name: run integration image test
run: earthly --ci --verbose --allow-privileged +integration-image-test