mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
Fix: commit not showing (#2566)
* testing * remove test * fix * fix typo * chore: remove path from flag
This commit is contained in:
2
.github/workflows/benchmark.yml
vendored
2
.github/workflows/benchmark.yml
vendored
@@ -61,7 +61,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ./commitData
|
||||
echo $GITHUB_SHA > ./commitData/sha
|
||||
echo $GITHUB_REPOSITORY > ./commitData/repo
|
||||
echo "$GITHUB_ACTOR"/discordeno > ./commitData/repo
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: commitData
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Check Formatting
|
||||
run: deno fmt --check
|
||||
|
||||
# change if any prod code changed, skip test without chnage
|
||||
# change if any prod code changed, skip test without change
|
||||
path-filter:
|
||||
name: Check Path Changes
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -1,11 +1,7 @@
|
||||
flags:
|
||||
unit:
|
||||
paths:
|
||||
- ".*"
|
||||
carryforward: false
|
||||
integration:
|
||||
paths:
|
||||
- ".*"
|
||||
carryforward: true
|
||||
comment:
|
||||
show_carryforward_flags: true
|
||||
|
||||
Reference in New Issue
Block a user