Skip to content

Commit 2000628

Browse files
committed
Test change
1 parent c363395 commit 2000628

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Test job that runs for each changed package
2929
test:
3030
needs: changes
31-
runs-on: ubuntu
31+
runs-on: ubuntu-latest
3232
if: ${{ needs.changes.outputs.packages != '[]' && needs.changes.outputs.packages != '' }}
3333
strategy:
3434
fail-fast: false

aptos/tmp.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Test change

0 commit comments

Comments
 (0)