Skip to content

Commit

Permalink
[ci] Run integration test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Oct 23, 2023
1 parent ccd2ac3 commit 50eeef3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,10 @@ jobs:
registry-url: "https://npm.pkg.github.com"
# Defaults to the user or organization that owns the workflow file
scope: "@agoraio-extensions"
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v3
with:
path: |
./llvm
key: ubuntu-llvm-15.0.6
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
with:
ubuntu-version: 22.04
version: "15.0.6"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
- name: Run unit test
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 50eeef3

Please sign in to comment.