Skip to content

Merge pull request #49 from neutronth/chore/bump-image-version-to-0.13 #99

Merge pull request #49 from neutronth/chore/bump-image-version-to-0.13

Merge pull request #49 from neutronth/chore/bump-image-version-to-0.13 #99

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