Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
Signed-off-by: Inho Oh <[email protected]>
  • Loading branch information
webispy committed Oct 17, 2022
1 parent 5c32f31 commit fe03b9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/profiling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ env:

jobs:
profiling:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get Token
id: token
Expand Down Expand Up @@ -49,6 +49,7 @@ jobs:
run: |
aplay -l
arecord -l
pulseaudio --daemonize --exit-idle-time=-1
pactl info
- name: Run test - 며칠이야
Expand Down Expand Up @@ -77,13 +78,13 @@ jobs:
./run_test.sh flo
- name: Upload
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: results
path: /tmp/www/*.csv

- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4.2.2
uses: JamesIves/github-pages-deploy-action@v4
with:
git-config-name: nugulinux-bot
git-config-email: [email protected]
Expand Down

0 comments on commit fe03b9b

Please sign in to comment.