Skip to content

blacksmith.sh: Migrate workflows to Blacksmith #7

blacksmith.sh: Migrate workflows to Blacksmith

blacksmith.sh: Migrate workflows to Blacksmith #7

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: blacksmith-16vcpu-ubuntu-2204
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: run tests
run: |
earthly --ci +app-test