Skip to content

Commit

Permalink
thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Jan 17, 2024
1 parent bc45fd3 commit 0044c30
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Build and Deploy
on:
push:
branches:
- test/build-action
tags:
- "v*.*.*"
workflow_call:
Expand All @@ -11,14 +9,14 @@ env:
CARGO_TERM_COLOR: always

jobs:
#test:
# name: Test ENState 🧪
# uses: ./.github/workflows/test.yml
# secrets: inherit
test:
name: Test ENState 🧪
uses: ./.github/workflows/test.yml
secrets: inherit
build:
name: Build ENState 🚀
runs-on: arc-runner-set
#needs: [test]
needs: [test]
env:
SCCACHE_REDIS: "redis://redis.redis.svc.cluster.local:6379"
RUSTC_WRAPPER: "sccache"
Expand Down Expand Up @@ -64,7 +62,7 @@ jobs:
id: docker_build
uses: docker/build-push-action@v3
with:
push: false
push: true
file: .github/.docker/Dockerfile
context: server
tags: ${{ steps.meta.outputs.tags }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: PR Test
on:
# pull_request:
# branches:
# - master
pull_request:
branches:
- master
workflow_call:

env:
Expand Down

0 comments on commit 0044c30

Please sign in to comment.