Skip to content

test privileged

test privileged #229

Workflow file for this run

name: GitHub Actions CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: +test
runs-on: [earthly-satellite#gha-lib]
env:
FORCE_COLOR: 1
EARTHLY_CONVERSION_PARALLELISM: "5"
EARTHLY_TOKEN: "${{ secrets.EARTHLY_TOKEN }}"
steps:
- name: Run tests
run: |-
earthly -P github.com/earthly/earthly/tests/+allow-privileged-test