Skip to content

Commit

Permalink
Build with earthly
Browse files Browse the repository at this point in the history
  • Loading branch information
cypherkitty committed Sep 5, 2024
1 parent 7c13e04 commit dfeba9b
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 63 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/core.deploy.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/core.test.yml

This file was deleted.

31 changes: 31 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
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: run tests
run: |
earthly +app-test

0 comments on commit dfeba9b

Please sign in to comment.