Skip to content

Commit

Permalink
action: test report action
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamiinarii committed Dec 11, 2024
1 parent ce141e2 commit 896d754
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/report.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Weekly Report

on:
schedule:
- cron: '0 0 * * *'
push
# schedule:
# - cron: '0 0 * * *'

jobs:
build:
Expand All @@ -27,12 +28,13 @@ jobs:
build-essential \
gcc-multilib \
g++-multilib \
dejagnu
dejagnu \
rustc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
- name: Generate report
run: |
cd utils/generator; \
cd util/generator; \
./weekly.sh > "weekly_report";
- name: Archive report
Expand Down

0 comments on commit 896d754

Please sign in to comment.