1
0
mirror of https://github.com/berdav/snappy-fox synced 2025-02-18 04:20:38 +01:00
snappy-fox/.github/workflows/github-action-test-snappy-fox.yml

28 lines
638 B
YAML
Raw Normal View History

2024-02-19 15:41:41 +01:00
name: Test and release application
on:
push:
branches:
- master
tags:
- 'v*'
jobs:
test-application:
runs-on: ubuntu-latest
steps:
- name: Install prerequisites
run: |
2024-02-19 15:42:42 +01:00
sudo apt-get -y install build-essential
2024-02-19 15:41:41 +01:00
- name: Check out repository code
uses: actions/checkout@v2
- name: Run tests
working-directory: ./test
run: |
bash run-test.sh
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
title: "snappy-fox"
files: |
snappy-fox