Skip to content

github: upgrade upload artifact from v4.1.7 to v4.3.3 #4434

github: upgrade upload artifact from v4.1.7 to v4.3.3

github: upgrade upload artifact from v4.1.7 to v4.3.3 #4434

name: Integration Test
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
truffle-test:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Truffle test
run: |
make truffle-test