Skip to content

Commit

Permalink
更新 ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xieansecn authored Jun 29, 2024
1 parent 884c348 commit fd7f21c
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,5 @@ jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- run: echo $PATH
- run: sudo apt-get install git openssh&& sshd&
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: sudo apt-get install yarn
- run: yarn&& yarn build

0 comments on commit fd7f21c

Please sign in to comment.