Skip to content

Merge pull request #45 from neutronth/feat/update-all-tools-to-latest… #89

Merge pull request #45 from neutronth/feat/update-all-tools-to-latest…

Merge pull request #45 from neutronth/feat/update-all-tools-to-latest… #89

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