Skip to content

Merge pull request #19 from cuties-social/blobs #86

Merge pull request #19 from cuties-social/blobs

Merge pull request #19 from cuties-social/blobs #86

Workflow file for this run

name: Test.sh
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run test.sh
run: ./test.sh
- name: build tar files
run: ./build_tar_files.sh
# - name: Upload artifacts
# uses: actions/upload-artifact@v1
# with:
# name: build
# path: build/