Skip to content

Commit

Permalink
General: Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Somerandomguy10111 committed Feb 6, 2025
1 parent 2cb2937 commit dc9cdfd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/unittests.yml

This file was deleted.

17 changes: 14 additions & 3 deletions .github/workflows/wf.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
name: Workflows

on: [push]

on:
push:
schedule:
- cron: '0 0 * * *'
jobs:
StdPyTests:
uses: Somerandomguy10111/actions/.github/workflows/stdpy.yml@main
runs-on: ubuntu-latest # Runs on Ubuntu, required for `apt` commands
steps:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install build-essential libboost-all-dev swig -y
- name: Checkout repository
uses: actions/checkout@v4
- name: Run StdPyTests
uses: Somerandomguy10111/actions/.github/workflows/stdpy.yml@main

0 comments on commit dc9cdfd

Please sign in to comment.