Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisTsai-Csie committed Jan 6, 2024
1 parent b31ae9c commit b423f2f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@ run-name: ${{ github.ref_name }} (test) by ${{ github.actor }}

on:
push:
branches:
- "**"
- "!master"
- "!staging"

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true

env:
FOUNDRY_PROFILE: ci
WORKFLOW_NAME: Foundry Testing on
WORKFLOW_NAME: Foundry Test on ${{ github.ref_name }}

jobs:
check:
Expand Down Expand Up @@ -35,5 +43,6 @@ jobs:

- name: Run Forge tests
run: |
cd lendmixer
forge test -vvv
id: test

0 comments on commit b423f2f

Please sign in to comment.