Skip to content

Commit

Permalink
enable data fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Jun 28, 2023
1 parent eb1c162 commit 572fec7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
# - name: Fetch data
# run: |
# ./get-test-results.sh
# git config --global user.name "GitHub Actions"
# git config --global user.email "[email protected]"
# git add data --all
# git commit -a -m "Test results obtained via GitHub Actions"
# git push
- name: Fetch data
run: |
./get-test-results.sh
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add data --all
git commit -a -m "Test results obtained via GitHub Actions"
git push
- name: Build
run: |
npm install
Expand Down

0 comments on commit 572fec7

Please sign in to comment.