Skip to content

chore(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2 #27

chore(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2

chore(deps-dev): bump @babel/traverse from 7.20.13 to 7.23.2 #27

Workflow file for this run

name: Test the action
on:
push:
branches:
- master
jobs:
test_compiled_file:
runs-on: ubuntu-latest
steps:
- name: Get current time
uses: josStorer/get-current-time@master
id: current-time
with:
format: YYYYMMDD-HH
utcOffset: "+08:00"
- name: Use current time
env:
TIME: "${{ steps.current-time.outputs.time }}"
R_TIME: "${{ steps.current-time.outputs.readableTime }}"
F_TIME: "${{ steps.current-time.outputs.formattedTime }}"
YEAR: "${{ steps.current-time.outputs.year }}"
DAY: "${{ steps.current-time.outputs.day }}"
run: echo $TIME $R_TIME $F_TIME $YEAR $DAY
generate_coverage_report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage/coverage-final.json