Skip to content

Testing

Testing #22

Workflow file for this run

name: "Testing"
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
env:
FORCE_COLOR: 1
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
- uses: actions/checkout@v4
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: ghcr.io
username: cypherkitty
password: ${{ secrets.META_SECRET_GH_PAT }}
- name: run tests
run: |
earthly --allow-privileged --ci --remote-cache=ghcr.io/meta-secret/core:cache --push +app-test