Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
move related workflows together and add serial backbone
Browse files Browse the repository at this point in the history
  • Loading branch information
alanssitis committed Dec 17, 2022
1 parent 6aa768d commit 5d2685a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master

jobs:

build:
strategy:
fail-fast: false
Expand Down Expand Up @@ -36,3 +37,16 @@ jobs:
-
name: Build mesa-build
run: docker build --file $MESA_DOCKER --tag $MESA_TAG .

build-cli:
strategy:
fail-fast: false
name: build-cli
runs-on: ubuntu-latest
steps:
-
name: Check Out Repo
uses: actions/checkout@v2
-
name: Build amp-cli
run: pip install .
22 changes: 0 additions & 22 deletions .github/workflows/cli.yml

This file was deleted.

0 comments on commit 5d2685a

Please sign in to comment.