Skip to content

Commit

Permalink
Add a test action to workaround problem with missing required for mer…
Browse files Browse the repository at this point in the history
…ge action
  • Loading branch information
Mikhail Sandakov committed May 28, 2024
1 parent 4b94531 commit d9670b4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Test with Buck

on: [push]

jobs:
build:
runs-on: ubuntu-20.04 # Not latest, because python3.6 is not available on latest
# https://github.com/actions/setup-python/issues/544
# Unit tests was moved to the dist-upgrade submodule. I'm looking for a way to make this
# workflow not required, but for now it's just a placeholder.
steps:
- name: Do nothing
run: echo "Do nothing"

0 comments on commit d9670b4

Please sign in to comment.